Good morning,
at the moment I use xhtml-forms as embedded forms for my process. I think about to migrate to camunda 8 and use the modeler forms. I like the validation options a lot :-).
I would need the following components and want to know if it is possible to implenment now or in future plans:
- feature from the forms sdk like selects which retrieving data from the backend like this:
<select cam-variable-name="PRODUCT_TYPE"
cam-variable-type="String"
cam-choices="AVAILABLE_PRODUCT_TYPES">
</select>
-
datepicker (like here: [Date Inputs | docs.camunda.org](https://Datepicker in Html form))
-
interactive forms (e.g. when one field is changed, change another field via javascript, angular or react)
Thanks a lot for your answer,
Nicole