precognition icon indicating copy to clipboard operation
precognition copied to clipboard

Make initial value (third parameter of useForm) dynamic

Open sot1986 opened this issue 1 year ago • 3 comments

Like for the method and url, it would be helpful to have also initial value originated by function.

Example are:

  • initial function is created looking at a computed property values (fetched asynchronously from backend)
  • when you create any object and you use same component for creation or editing (component is not refreshed on success).
  • if you watch any dinamic variable to trigger form reset (typeing search values should reset the query cursor for example).

Thank you.

sot1986 avatar Nov 22 '23 14:11 sot1986