From 266ceea5a84774ca5c266708b98107a93071aa02 Mon Sep 17 00:00:00 2001 From: Johannes Eder Date: Thu, 8 Jul 2021 12:39:36 +0200 Subject: [PATCH] chore(enter-is-tab): added readme.md file for util --- frontend/src/utils/form/enter-is-tab.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontend/src/utils/form/enter-is-tab.md diff --git a/frontend/src/utils/form/enter-is-tab.md b/frontend/src/utils/form/enter-is-tab.md new file mode 100644 index 000000000..67fd7e2c4 --- /dev/null +++ b/frontend/src/utils/form/enter-is-tab.md @@ -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: + \ No newline at end of file