You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, whenever I type in the "Question" Input, a new line is added per keystroke in the "Hint" Textarea. In core_components if I remove the SaladUI styling, I no longer get these new lines added in the Textarea.
If it's relevant, here is my event handler for validate:
I have a simple form that consists of an Input, two Selects and a Textarea, like so:
For some reason, whenever I type in the "Question" Input, a new line is added per keystroke in the "Hint" Textarea. In
core_components
if I remove the SaladUI styling, I no longer get these new lines added in the Textarea.If it's relevant, here is my event handler for
validate
:Cheers.
The text was updated successfully, but these errors were encountered: