-
Notifications
You must be signed in to change notification settings - Fork 44
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
Issue 263 - Atualizar componente TextInput #266
Issue 263 - Atualizar componente TextInput #266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Falta mudar o componente no Storybook também.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pra mim ta bom, parabéns!!!
* feat: add functionality to show/hide TextInput field * refactor: include type password to TextInput * fix: rename getType to setType and correct method call parameter * fix: prevent icon from being overlaid and correct use of BEM classes * refactor: delete eslint comment * refactor: update TextInput storybook * refactor: configure stylelint for scss formatting * refactor: emit event when type changes * fix: resolve text overlay issue * fix: update event name to imperative form --------- Co-authored-by: jessicasantosb <[email protected]>
Closes #263
Feature
Add functionality to toggle the visibility of the TextInput field and implement this feature in the LoginForm
Bugfix
Description
N/A
Cause
N/A
Solution
N/A
Changelog
N/AVisual evidences 🖼️
Checklist
Additional info
N/A