Generic combobox controller used by the action attribute pickers.
Expected markup inside the picker wrapper: <input class="resource-picker-input" ... />
The wrapper element's data-selected-key is set to the chosen value. Callers (e.g. _onAddCost) read this attribute instead of relying on a <select>.
data-selected-key
_onAddCost
<select>
The .resource-cost-picker wrapper.
Optional
When set, appends a "+ Create…" footer entry.
Live option source.
Invoked when Create is clicked.
Generic combobox controller used by the action attribute pickers.
Expected markup inside the picker wrapper: <input class="resource-picker-input" ... />
...
The wrapper element's
data-selected-keyis set to the chosen value. Callers (e.g._onAddCost) read this attribute instead of relying on a<select>.