Open lucasheim opened 1 week ago
Hey! At the moment this plugin does not support static mode, this is not a part of this plugin. To get described behavior you can save static json with your options in the strapi static dir and specify local url to this json in the remote select config
Hey! I'm trying to find a good option for a simple dropdown of values, as the Strapi enumeration does not allow the label/value format. I stumbled on your plugin, and I see it says "Supports static and searchable endpoints—autocomplete". I skimmed through the code but couldn't find any mentions on how to make it work in a "static" mode, is that possible somehow?
I don't want my values to come from an endpoint, but I simply want to be able to set them on the field configuration, something like
I understand that this is not the main use case for your plugin, but if there's a way to do it, please let me know 🙏