Closed andrewtpham closed 2 years ago
Is your feature request related to a problem? Please describe. We would like the functionality to use the built in:
[ ] validation: https://element.eleme.io/#/en-US/component/form#validation
v-model.number
[ ] ability to make fields inline (i.e. :inline="true") https://element.eleme.io/#/en-US/component/form#inline-form
inline
:inline="true"
Additional context This is related to this PR using h-form: https://github.com/hikaya-io/dots-frontend/pull/1566#discussion_r888433228
h-form
We can also investigate the use of el-form in Dots and see what other functionality we should add to this component so we can switch those over to h-form:
el-form
kobologinform.vue for an example of
Attached PR was reverted: https://github.com/hikaya-io/hakawati/pull/317 and a new PR will be open to address the h-form and issues outlined in: https://github.com/hikaya-io/hakawati/issues/319
Is your feature request related to a problem? Please describe. We would like the functionality to use the built in:
[ ] validation: https://element.eleme.io/#/en-US/component/form#validation
v-model.number
https://element.eleme.io/#/en-US/component/form#number-validate[ ] ability to make fields
inline
(i.e.:inline="true"
) https://element.eleme.io/#/en-US/component/form#inline-formAdditional context This is related to this PR using
h-form
: https://github.com/hikaya-io/dots-frontend/pull/1566#discussion_r888433228We can also investigate the use of
el-form
in Dots and see what other functionality we should add to this component so we can switch those over toh-form
:kobologinform.vue for an example of
el-form` use