Fally
Dynamically created form schema setting other field value ignores what user changes as value
So i managed to fix this by setting the product search dropdown to reactive and adding to it afterStateUpdated where I use $set() to set the unit price. For some reason, using $set() inside the Group schema triggers that weird read only problem.
27 replies
Dynamically created form schema setting other field value ignores what user changes as value
27 replies
Dynamically created form schema setting other field value ignores what user changes as value
Hi @hugomyb , here's the dynamic form schema i'm creating
The problem is with the $set() line. I can't show all the code because discord has a character limit
Here's where I check the data for updating.
27 replies