feat: default value option for select input fields#21192
feat: default value option for select input fields#21192crazywoola merged 6 commits intolanggenius:mainfrom
Conversation
@crazywoola |
|
Hey @antonko Just check in to see if there are new progresses. :) |
073ed54 to
d367d64
Compare
|
When I set a default value that is not the first option in a dropdown menu, the interface visually highlights the first item when starting a run. I’m not sure if this is a bug or just a UI inconsistency, but it might be misleading for users who think the first option is always selected. |
|
@crazywoola you reported that the default value wasn't being picked up by the form
|
|
@AuditAIH I’m not sure this is really necessary, as it feels a bit redundant to me. |
Co-authored-by: crazywoola <[email protected]> Co-authored-by: GuanMu <[email protected]>
Co-authored-by: crazywoola <[email protected]> Co-authored-by: GuanMu <[email protected]>






Summary
Added default value support for select input fields in app variable configuration. This allows developers to set pre-selected options for users, improving UX when most users make the same choice.
Changes:
Technical notes:
defaultfield already existed in data typesFixes #21072
Screenshots
Checklist
dev/reformat(backend) andcd web && npx lint-staged(frontend) to appease the lint gods