chore(enter-is-tab): added readme.md file for util
This commit is contained in:
parent
edc998288a
commit
266ceea5a8
8
frontend/src/utils/form/enter-is-tab.md
Normal file
8
frontend/src/utils/form/enter-is-tab.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Enter is Tab Utility
|
||||
When the user presses enter on a form that uses this utility, the enter is converted to a tab in order to not send the form.
|
||||
|
||||
## Attribute:
|
||||
`uw-enter-as-tab`
|
||||
|
||||
## Example usage:
|
||||
<input type="text" value="" uw-enter-as-tab="" class=" enter-as-tab--initialized">
|
||||
Reference in New Issue
Block a user