What does this PR do? ===================== This PR refactors param-input to use FormKit. FormKit is a structured form tool in the core. After the rewrite, we will be able to get semantic parameter error prompts, etc. meta link: https://meta.discourse.org/t/wishlist-param-dropdown-for-data-explorer-query/253883/28?u=lhc_fl
8 lines
198 B
Handlebars
8 lines
198 B
Handlebars
<@field.Custom id={{@field.id}}>
|
|
<EmailGroupUserChooser
|
|
@value={{@field.value}}
|
|
@options={{hash maximum=1}}
|
|
@onChange={{@field.set}}
|
|
name={{@info.identifier}}
|
|
/>
|
|
</@field.Custom> |