Create inline with a search

Create inline with a search

jmccolgan93jmccolgan93 Posts: 13Questions: 8Answers: 0

I'm looking to add a createinline feature to my table but instead of letting the user type in whatever they want, Id like it to be a search box. i would need to grab data from the backend to limit the things they can choose from to add to the table. is there any functionality for this?

Answers

  • allanallan Posts: 61,821Questions: 1Answers: 10,127 Site admin

    You can use any field type in the inline display (some are better suited for it than others!). So while Editor doesn't have a type ahead search input built in, you could consider using something like Select2, for which there is an integration plug-in for Editor.

    Allan

Sign In or Register to comment.