Open devmikko opened 9 years ago
@devmikko I hope you found an answer.. I belief there is no bug, it is just how html attributes are mapped to the JavaScript properties
<hot-column width="125" type="date" value="date" date-format="MM/DD/YY" correct-format header="Date"></hot-column>
dateformat
should be date-format
because the JavaScript property is dateFormat
which will be mapped to data-format
see https://github.com/Polymer/polymer/blob/master/PRIMER.md#attribute-deserialization
correctFormat='true'
should just be correct-format
The default DD/MM/YYYY date format is still reflecting
despite it's declare to be MM/DD/YYYY