-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W3 valid demo with fallback to html input elements #32
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution
|
Please remove |
An update:
|
|
" ng-blur=\"inputService.onBlur(tagsCollection)\"\n" + | ||
" placeholder=\"{{options.texts.inputPlaceHolder}}\"\n" + | ||
" auto-grow\n" + | ||
" options=\"exampleOptions\" datasets=\"exampleData\"\n" + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be sampleData? not exampleData
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
In reference to this issue:
#31
Allowed use of html inputs so it can pass w3 validation: