-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix form field error spacing * Fix cursors on form field button icons * Fix styled import * Add id to Tooltip content for a11y * Fix label behavior on input * Fix cursors on input buttons * Add accessibility properties to inputs * Update examples * Add nanoid * Group input example * Refactor Autocomplete to use Hooks * Add useUniqueId hook * useUniqueId in input * Add role to tooltip * Refactor TextArea to use hooks + context + be accessible * useUniqueId in Autocomplete * Clean up incorrect attribute Thanks! Co-Authored-By: TejasQ <hello@tej.as> * Update snapshots * Spread props on input field * Move useUniqueId * Update deps * Rename ref * Remove duplicate import * Finalize a11y in Textarea * Update Jest (#955) * Factor out DefaultInputProps * Update InputButtons to be accessible/focusable * Use DefaultInputProps in Textarea * Refactor useUniqueId to be simpler * Update uniqueId
- Loading branch information
Tejas Kumar
authored
Mar 11, 2019
1 parent
cbc7773
commit fd66963
Showing
17 changed files
with
1,123 additions
and
897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.