Is there a way to have a custom onChange handler for AppFormFields ?
I have a form that have a
I am using form composition to create the form like this:
I would like to automatically generate the slug once the user types name into the field. Also it should be once so if the user edits the generated slug, it won't change again. It should accept the changed value.
name field and a slug field.I am using form composition to create the form like this:
I would like to automatically generate the slug once the user types name into the field. Also it should be once so if the user edits the generated slug, it won't change again. It should accept the changed value.