springernature / frontend-toolkits

Frontend Component Toolkits for the Elements Design System
MIT License
13 stars 3 forks source link

[AK] Add spellcheck attribute so it can be used as input parameter #886

Closed andreaskoscinski closed 1 year ago

andreaskoscinski commented 1 year ago

To prevent word suggestions from the system/keyboard spellcheck="false" can be added to the input field. Due to the fact spellcheck isn't listed in the globalFormAttributes it couldn't be added when using global forms.

image

This shows the issue, when searching for UCL and hitting enter, results for ICL where listed.

To reproduce this, check https://staging-wayf.springernature.com/?redirect_uri=https%3A%2F%2Frd.springer.com%2Farticle%2F10.1007%2Fs10488-015-0664-7 on Safari.

andreaskoscinski commented 1 year ago

In case there needs to be more code changed (to merge), just let me know.