What's wrong with this entry?
Anonymous. No account, no email.
What: The interactive select component now supports inline text input fields as options, enabling mixed multiple-choice and text input in a single selection UI.
Details:
- New "input" option type alongside existing "text" options
- Options can have
type: "input"withplaceholderandinitialValueproperties - New
compact-verticallayout mode for better description display - Component
F01at line 145146 renders input fields with focus state management - Multi-select component
_GBat line 282823 supports input options with checkboxes - Evidence: Function
TA()at line 145236 now handlestype: "input"options (checks at lines 145558, 145643, 145723)