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

[SW-3946] Error mensagem do selectbox #82

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

ccarlaa
Copy link
Contributor

@ccarlaa ccarlaa commented Dec 6, 2023

Descrição

Adiciona mensagem de erro no componente selectbox

Prints

error

Checklist

  • Fiz o link com a task do clickup.
  • Fiz minha própria revisão do código.
  • Realizei os testes que compravam que a funcionalidade está funcionando corretamente.

Copy link

render bot commented Dec 6, 2023

Copy link
Member

@PedroAugustoRamalhoDuarte PedroAugustoRamalhoDuarte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ccarlaa depois da review pode mergear

Comment on lines 200 to 203
{error ? (
<span className="text-sm text-error-500">{errorMsg}</span>
) : (
<span className="text-sm text-gray-600">{supportText}</span>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ccarlaa acho que no segundo faltou chegar se tem o support text para renderizar o support Text

@PedroAugustoRamalhoDuarte PedroAugustoRamalhoDuarte merged commit 14e508d into main Dec 8, 2023
1 check passed
@PedroAugustoRamalhoDuarte PedroAugustoRamalhoDuarte deleted the refactor/error-message-select-box branch December 8, 2023 11:08
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.

2 participants