This commit is contained in:
2019-02-26 00:53:06 +00:00
parent 49dabba5fa
commit b70945607e
2 changed files with 51 additions and 7 deletions

View File

@@ -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