Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(components): implementa help adicional ao p-help #2348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anabye
Copy link
Contributor

@anabye anabye commented Jan 8, 2025

DTHFUI-10443


PR Checklist [Revisor]

  • Padrão de Commit (Coeso, de acordo com o que está sendo realizado)
  • Código (Boas práticas, nome de variavéis/métodos, etc.)
  • Testes unitários (Cobre a situação implementada e coverage está mantido)
  • Documentação (Clara, objetiva e com exemplos caso necessário)
  • Samples (A implementação possui exemplo no Labs/Caso de uso)
  • Rodado em navegadores suportados (Chrome, FireFox, Edge)

Qual o novo comportamento?
Implementa help adicional ao p-help, permitindo exibir um tooltip ou disparar um evento.

Simulação

Custom:

po-input po-field-container-bottom,
po-checkbox po-field-container-bottom,
po-checkbox-group po-field-container-bottom,
po-combo po-field-container-bottom,
po-datepicker po-field-container-bottom,
po-datepicker-range po-field-container-bottom,
po-lookup po-field-container-bottom,
po-multiselect po-field-container-bottom,
po-number po-field-container-bottom,
po-password po-field-container-bottom,
po-radio-group po-field-container-bottom,
po-rich-text po-field-container-bottom,
po-select po-field-container-bottom,
po-switch po-field-container-bottom,
po-textarea po-field-container-bottom,
po-upload po-field-container-bottom {
  /* Help text */
  --font-size: 20px;
  --line-height: 24px;
  --text-color-help: gold;

  /* Disabled */
  --text-color-help-disabled: blue;

  /* Error */
  --text-color-error: green;
  --color-icon-error: purple;
}

Implementa help adicional ao p-help, permitindo exibir um tooltip ou disparar um evento.

fixes DTHFUI-10443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant