llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Warning popup language is wrong #55

Closed llaske closed 5 years ago

llaske commented 5 years ago

Warning popup to notify users when a field is mandatory use the browser language, not the Sugarizer language. Following is a popup for an English user using a French browser.

image
AvinashAgarwal14 commented 5 years ago

@llaske Is there a need for HTML5 validation tooltip when there is custom validation message for each input field?

llaske commented 5 years ago

Good remark. We don't need this. The fix could be to remove it.

AvinashAgarwal14 commented 5 years ago

@llaske Sure, done. Please review this PR.