This commit is contained in:
2019-11-27 19:34:57 +00:00
parent a40309f8cb
commit be4bb672b7
4 changed files with 5 additions and 7 deletions

View File

@@ -45,13 +45,7 @@ CURRENT ROADMAP
CURRENT TODOs
=-=-=-=-=-=-=
TODO: What is the default value for time with a date only picker and date for a time only picker? 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
- What is the scope of the data usage going to be?
- Will I need to report on a time only custom field?
- What is it in v7 right now, a full date and time value or ...?
- Theoretically the unused part is really unnecessary but these things have a way of being necessary later so think about it now and refer to v7 as a helpful reference
TODO: In a few places in my own components I'm emitting multiple events for changes when possibly it should just be one
- Determine which events are being emitted in custom controls