This commit is contained in:
@@ -14,9 +14,21 @@ TODO CLIENT STUFF
|
||||
|
||||
TODO NEXT
|
||||
|
||||
ADHD planning for this stuff: break into small actionable chunks then do it
|
||||
|
||||
Find out how to do a currency and other types of numeric input
|
||||
Make the currency and numeric fields work, then do the next stuff below:
|
||||
|
||||
Currency field can be a v-text field with
|
||||
Prefix set to the currency symbol and v-validate to ensure it's entered correctly
|
||||
You can use the object form:
|
||||
v-validate="{ required: true, decimal: [2, ','] }"
|
||||
|
||||
https://github.com/baianat/vee-validate/commit/d9a3e97846aa47074e11bda4499ad539807ef0aa#commitcomment-25381793
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Figure out why custom fields don't exist in widgets test data and put it there so can code it.
|
||||
Put all the widget fields on the form
|
||||
Check rights when navigating to the form
|
||||
|
||||
Reference in New Issue
Block a user