First element of a SELECT as defaultValue ?
MGad
Registered Posts: 14 ✭✭✭✭
Hello
I dynamically created my SELECT list of choices using python. I would like to consider the first value of this choices list as my default value. Is it possible ?
Thx for your help
Best Answer
-
Hi @MGad
I'm afraid I have not been able to find such method for the default. I would recommend setting the default as part of the plugin code itself.
Answers
-
Understood, thank you for your answer