This commit is contained in:
@@ -14,7 +14,15 @@ TODO CLIENT STUFF
|
||||
|
||||
TODO NEXT
|
||||
|
||||
DATETIME - working on styling it to look like the other input controls check the options in the picker component for styling
|
||||
DATETIME - Ok, fuck a combined date and time, no one else seems to support it but me so split it into separate components:
|
||||
- Get the test form working with a custom date and time thing like this:
|
||||
- single read only text field with initial display of date and time in users's locale format
|
||||
- A button to the left with a calendar icon to trigger a date picker to adjust the date
|
||||
- A button to the right with a clock icon to trigger a time picker to set the time
|
||||
- Once this is working how I like then make it a VUE component that is self contained
|
||||
- Date and time formatting and display need to be abstracted in case we change date libs from dayjs to something else
|
||||
- Must validate and report validation errors just like the built in fields do
|
||||
|
||||
|
||||
DON'T code the user options with the currency symbol etc until after it's all been worked out client side. Use static values instad in locale.
|
||||
Locale should fetch those settings the first time it sees they are not present so that they are refreshed upon use and are not stored in localstorage
|
||||
|
||||
Reference in New Issue
Block a user