I want to add a search bar so that the user can find the record they’re looking for instead of creating a new one each time.
In Documentation, there’s a search bar screen (below A) but when I looked for it, it’s missing (below B). Was this feature removed or am I just looking in the wrong place?
There’s no component called search bar and the video in the docs used a simple list because it has a search bar in there own.
To add a custom search bar you need to add the input component and name it as search bar and then in the list add a custom filter that name or anything from the list > contains > search bar.