I am dynamically creating a form and I am using the UI components to dynamically create widgets. some of its fields should be required and this is also stated dynamically.
Is there a way to have the form check an “isValid” property?
for example form.isvalid()
Is there a way to extract the data from the Form only when all the required fields are met?
for example form.getData()
What kind of screen are you trying to implement? Given your questions, it seems to be a regular StandardEditor. If that is the case, try to use the default editor generated by Studio, otherwise, you’ll have to implement all screen initialization and event handling logic.
If you need to implement additional logic in your editor screen, there are many events you can subscribe to. For example: