You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's completely unncessary since the collection is never used for the :autocomplete_collection type. The whole point I'm using this type is because the data in that table is very large. Is there a way we can add an empty collection option, collection: [], somewhere?
The text was updated successfully, but these errors were encountered:
I've noticed that simple_form eagerly fetches records for an association. Example:
That's completely unncessary since the collection is never used for the
:autocomplete_collection
type. The whole point I'm using this type is because the data in that table is very large. Is there a way we can add an empty collection option,collection: []
, somewhere?The text was updated successfully, but these errors were encountered: