BellGasp/ember-table-data

View on GitHub
addon/templates/components/filter-input/date.hbs

Summary

Maintainability
Test Coverage
{{input type="date" class="inputValue form-control" value=_selectedValue change=(action "inputChange") min="0001-01-01" max="9999-12-31"}}