-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix:FluentTextArea enter key valid EditForm #1085
Comments
Yes, remove the This is a workaround. We are looking for a bettter solution. I think this is related to #1050 |
In this case I no longer have editform validation. |
Encountering this issue also - Removing the Submit button isn't great as we rely on that for its intended use. As in, we would lose other functionality we intend to keep. |
See my additional comment in #1050. This is being caused by a bug in the underlying FAST script and can't be fixed until it is fixed there, |
Hello, I had a problem too.
A working page and a example source are shown below. In any case, this avoids the crisis of not being able to hit Enter in the TextArea. |
🐛 Bug Report
When FluentTextArea is used in EditForm when enter key is pressed EditForm is submitted
💻 Code Sample
ActionNewMailTemplate is called when enter key is pressed in FluentTextField
Is it possible to prevent this ?
The text was updated successfully, but these errors were encountered: