gwt-material
gwt-material copied to clipboard
MaterialDatePicker.getValue shows initial value after detached
Steps to reproduce:
- Create and attach
MaterialDatePicker - Set value using
setValueto <DATE_1> - Change value using picker to <DATE_2>
- Read value using
getValueand <DATE_2> is correctly returned - Detach widget from DOM
- Read value using
getValueand (old) <DATE_1> is incorrectly returned - At this point,
getDatereturns correctly <DATE_2>
Is this intentional or a bug?