This commit is contained in:
2019-11-27 00:53:39 +00:00
parent 1c76a2757b
commit a33aa810eb
2 changed files with 9 additions and 3 deletions

View File

@@ -49,6 +49,10 @@ TODO: Date picker is not immediately updating the view when a selection is made
- Time picker works properly
- diagnose this with the standalone date-picker component for custom field and then port to the dateAndTime picker which exhibits the same issue
TODO: Date picker and time picker were copied from dateAndTime picker and seem to be retaining the full date and time when they should really only have a single part or is that wrong?
- i.e. Date picker is still accessing the time and factoring it in and Time picker is still using the date
- DateOnly method used in time picker and timeonly method used in datepicker when setting the value
TODO: Change detection dirty tracking not quite right on the widget form:
- Make a new record then click into each field and edit it and notice the save button doesn't enable
- But, if you tab between controls it *does* enable so somehow it's not firing a change event or something