Effect on TextInput still showing after success

After successfully creating an item. TextInput still shows the validation this field is required is there a way to prevent this?

Or should I just leave the min length < X to activate the create button and no show a message to the user.

Is this a form? Are you clearing the form after creating the item?

Hi Scott,

It is a textInput. I'm clearing the field after the execution of a javascript query.

OK so I see that happening as well; so what you may want to do is to put that field into a form instead and then select to have the form clear upon submission of form which I think would reset the validation message to not appear

1 Like