angularjs - How to use angular ui select with valid markup -
angularjs - How to use angular ui select with valid markup -
i want utilize angular ui select valid markup pass w3 validator instead of <ui-select>
tag. how can that?
there illustration here http://plnkr.co/edit/a3klk8dkh3wwiiksdsn2?p=preview possible have using <select>
tag?
it appears angular ui select source code hard-coded work non-standard elements.
you modify source have work divs or similar. not possible, however, create work standard <select> elements, since browser , dom don't expose plenty customizable end points.
angularjs angular-ui
Comments
Post a Comment