aurelia-ui-toolkits / aurelia-materialize-bridge

Materialize CSS components for Aurelia
http://aurelia-ui-toolkits.github.io/demo-materialize/
MIT License
156 stars 53 forks source link

feat(datepicker): add slot support for datepicker #548

Closed sjclark76 closed 5 years ago

MaximBalaganskiy commented 5 years ago

What would be a use case for this?

sjclark76 commented 5 years ago

What would be a use case for this?

The use case would be to support Icon Prefixes for datepicker inputs. The md-datepicker component used to be an attribute so it wasn't a problem. In the new version of the bridge it is now an html component and we can no longer support this scenario.

MaximBalaganskiy commented 5 years ago

Thanks, done.