Interface that popup panel components must implement to be used with a PopupTextAdapter inside UIInput.
The panel communicates back to the input through two outputs:
valueSelected
closeRequested
UIInput subscribes to both and handles text/value sync and popup lifecycle automatically.
Readonly
Emitted when the popup should close without a selection.
Emitted when the user selects a value from the popup.
Interface that popup panel components must implement to be used with a PopupTextAdapter inside UIInput.
The panel communicates back to the input through two outputs:
valueSelected— the user picked a value (e.g. a date)closeRequested— the popup should close (e.g. Escape key)UIInput subscribes to both and handles text/value sync and popup lifecycle automatically.