classlinkinc / angular-material-time-picker

Material design time picker for 12 and 24 hour time.
MIT License
48 stars 29 forks source link

Allow md-time-picker to be placed inside an html <form> element #21

Closed zscronce closed 7 years ago

zscronce commented 7 years ago

When I attempted to put a element inside a

element, the fact that the template already contained a form caused the browser to try to nest elements. This automatically throws out the inner form element, causing visual corruption and problems with error messaging.