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
Ref field should be something like http://ivaynberg.github.io/select2/#infinite or searchable field. If the list size goes beyond 50 entries rest of the entries wont show up till you set limit param but thats could become a performance issue when loading the page.
The text was updated successfully, but these errors were encountered:
There is a feature in development to allow autocomplete.
By adding socket: true to the field in the schema, we'll register a websocket to allow server quarrying.
You can enable it now by setting environment variable DEBUG=formage and setting a socketio instance on the registry (probably in app.js)
On Sat, May 10, 2014 at 9:37 PM, Refael Ackermann [email protected]:
There is a feature in development to allow autocomplete.
By adding socket: true to the field in the schema, we'll register a
websocket to allow server quarrying.
You can enable it now by setting environment variable DEBUG=formage and
setting a socketio instance on the registry (probably in app.js)
On Sat, May 10, 2014 at 9:37 PM, Refael Ackermann < [email protected]> wrote:
There is a feature in development to allow autocomplete.
By adding socket: true to the field in the schema, we'll register a
websocket to allow server quarrying.
You can enable it now by setting environment variable DEBUG=formage and
setting a socketio instance on the registry (probably in app.js)
Ref field should be something like http://ivaynberg.github.io/select2/#infinite or searchable field. If the list size goes beyond 50 entries rest of the entries wont show up till you set limit param but thats could become a performance issue when loading the page.
The text was updated successfully, but these errors were encountered: