I have a New operator button and on click it goes to the form. Right now the method is clear (on control component)so it doesn't link to the table selected row but this negates the default value in id and operatorID. How do I clear the results of the form except for these 2 values or set them after they are cleared?
Default value1 for {{formOperators.data.id}}
should be {{ uuid.v4() }}
Default value2: {{formOperators.data.operator_id}}
should be {{ Number(getMaxOperatorId.data.max[0]) + 1 }}