Live search for SELECT parameter

Options
rikro
rikro Registered Posts: 11 ✭✭✭✭✭

Hi,

is it possible to define a "live-search" SELECT parameter when defining the parameters via the JSON file?

I know it is possible when using fully custom forms (cf https://doc.dataiku.com/dss/latest/plugins/reference/other.html#fetching-data-for-custom-forms)

<select dku-bs-select="{liveSearch:true}" ng-model="config.filterValue" ng-options="v for v in choices" />

Is this somehow possible when using a "normal" parameter like

        {
            "name": "timezone",
            "label": "Timezone",
            "type": "SELECT",
            "getChoicesFromPython": true
        }

Thanks and best regards,

Richard

Tagged:

Answers

Setup Info
    Tags
      Help me…