HTML5 introduce new kinds of input like: number, color, datetime. AngularJS is bundled with polyfills for some of them.
I am looking for some usable method to create custom type of input, using Web Components or another standardized part of HTML. There is already anwser for AngularJS, but I do not want use any external libruary.
UPD:
Examples of custom types taken from HTML5.
- Types with custom validation like email and tel.
- Types with different view like date and datetime.
- Types with custom semantic and/or style like search.