igrigorov / spring-react-i18n-admin

0 stars 0 forks source link

Enter behavior in Admin textboxes #23

Closed igrigorov closed 3 years ago

igrigorov commented 3 years ago

This is not a bug, it's a feature

According to #6, when editing a translation entry, Enter should submit the current row to the BE for update.
With the addition of 'multiline' this doesn't work anymore, as Enter adds a new line.

I suggest we keep the newly added functionality (to have a new line), but instead catch Ctrl+Enter keys and do the submit.

Any other suggestions are welcome.