formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
639 stars 469 forks source link

[Question] Select Component search when using paging #627

Closed bandman0226 closed 8 months ago

bandman0226 commented 4 years ago

I am using a select component and using URL to an external source. I get the data just fine so I added limit and skip to the URL. This works fine as well but it seems to break searching inside the select component.

Is there an option to pass through to the external source the string that is being searched for?

travist commented 4 years ago

I believe this is the option called searchField property within the component JSON. https://github.com/formio/formio.js/blob/master/src/components/select/editForm/Select.edit.data.js#L324

Sidiro23 commented 8 months ago

We're currently addressing a backlog of GitHub issues, and as part of this effort, some inactive issues may be marked as closed. This isn't a dismissal, but a step toward more efficient tracking.

If you feel the issue is still relevant, please re-open and we'll ensure it gets the attention it deserves. Your understanding is appreciated as we work to enhance our open-source responsiveness.