strapi-plugin-navigation
strapi-plugin-navigation copied to clipboard
NavigationItemForm: relation instead of select
Could the GenericInput type select for "relatedFieldName" changed to "relation"? We have a project where we have many (>1000 entries) and in this case a select is limited.
@trickreich we will check this possibility. Currently the Typeahead field type is on our backlog and should solve your issue as well.
I've implemented it with "react-select", but it feels a little bit hacky..
Similar thing is in progress, as for now keep yours and will notify you once we provide proper support.