how to use custom component in schema feild #4073
Unanswered
rajath-dixit-mpf
asked this question in
Q&A [2.x]
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We configured a form with the combination of form fields and form array using Markup Schema. We are trying to use custom Input component instead of Antd Input component for one of the FieldArray fields. But the problem is we are able to use our custom input component but onchange event is not updating the form field values.
Below is the SchemaField array,
In the above code the onchange event from the library I am using for textbox is onAppChange =() => {}. If we type the characters in input field(AppInput) the form field values are not updating. Can you please help how can i update the form field from onAppChange event. Can you atleast help me to get the Index of form array component here.
Below is the Answers component,
Beta Was this translation helpful? Give feedback.
All reactions