-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select 2 infinite scroll or auto complete search for ref fields #95
Comments
There is a feature in development to allow autocomplete. var server = http.createServer(app);
var socketio = require('socket.io');
var io = socketio.listen(server);
formage.init(app, express, models, {
title: app.get('site') + ' Admin',
username: registry.ADMIN.user,
password: registry.ADMIN.password,
socketio: socketio
}); |
ok will give this a try thanks On Sat, May 10, 2014 at 9:37 PM, Refael Ackermann
Have a nice day. |
but as a option for people who don't want to use web sockets the infinite On Sat, May 10, 2014 at 11:42 PM, Jaideep Das jaideep.jdof@gmail.comwrote:
Have a nice day. |
Infinite scroll will also require a dedicated server connection. Be it a websocket or a dedicated URL... |
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: