Since the lighter 'combo' mode for auto_editor_type already loads the entire selection set at once (i.e. is not paginated) there is no reason not to enable typeAhead to filter the list within local memory.
The original thought was to add server-side pagination, which would then require server-side filtering. This will still be done at some point, but perhaps as an alternate mode that sits in-between 'combo' and 'grid'. In the meantime, the local filtering would be very helpful.
Since the lighter 'combo' mode for auto_editor_type already loads the entire selection set at once (i.e. is not paginated) there is no reason not to enable typeAhead to filter the list within local memory.
The original thought was to add server-side pagination, which would then require server-side filtering. This will still be done at some point, but perhaps as an alternate mode that sits in-between 'combo' and 'grid'. In the meantime, the local filtering would be very helpful.
Needed as of RapidApp v0.99026