Given a SimpleForm
:
<SimpleForm>
<TextInput source="imageUrl" label="Image URL" />
<ImageField source="imageUrl" label="Image" />
</SimpleForm>
I'd like to have the ImageField
update as the user types in the TextInput
. Is this somehow possible out of the box, or will I have to wire it up myself?