Hello, i need a multiselect with a search functionality just like the one used in the Filter widget in Experience builder, i cannot find what i'm looking for in jimu-ui.
Can someone help ?
@JanSarata You are referring to https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-advanced-select-component/m-p/1401266#M11783, right? We will note that and see if we can implement it.
@WalaZargouni The AdvancedSelect component is what you are looking for.
The onChange={function noRefCheck(){}} function does not do anything. You will need to write your own onChange function to handle the click event as needed.
Yes apparently the AdvancedSelect is what i need, the dynamic data example code is not available in the storybook, i tried implementing it as the following
Hi @TonghuiMing, as far as I know, The AdvancedSelect is still missing the method onSearchInputChanged which is really important while using with API calls as @WalaZargouni mentioned. Are there any plans to implement this method? https://developers.arcgis.com/experience-builder/storybook/?path=/story/components-jimu-ui-index-advancedselect--dynamic-data
It looks like the FieldSelector component yes, but with the FieldSelector it works only with a datasource and its fields. i need to load the items of the select with an api call
I think you are talking about FieldSelector.
https://developers.arcgis.com/experience-builder/storybook/?path=/docs/components-jimu-ui-advanced-data-source-selector-fieldselector--docs
Take a look in the advanced folder of the Storybook to see if you find what you want. There are several similar options.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.