BrightspaceUI / text-input

Polymer-based web component for D2L text inputs
http://ui.developers.brightspace.com
Apache License 2.0
0 stars 5 forks source link

Prevent default browser-supplied validation bubbles #18

Closed mdulat closed 6 years ago

mdulat commented 6 years ago

Browsers will insert default validation bubbles, see https://developer.telerik.com/featured/building-html5-form-validation-bubble-replacements/. This change prevents this. We could make it controlled by a property if the default is desirable for some uses, let me know if that would be preferable. I'll need to make the same update to the textarea component.