Wappler Version : 6.8.0
Operating System : Win11
Server Model: Nodejs
Database Type: Mysql
Hosting Type: Docker
Expected behavior
Enable the field (wait until it is enabled?), then focus
Actual behavior
Nothing.
How to reproduce
Not sure if a bug or there is a reason behind, feel free to move to how to...
Imagine 2 auto complete text fields/selects with dynamic data, auto load on the first one, the second data source is filtered based on the selected value in the first field.
Field2 is disabled when Field1 doesn't have a value.
What I would like to achieve is select something in the first field and on Value changed event focus on the second field.
It works fine if field2 is not disabled.
G