Heiko Weber

Results 3 comments of Heiko Weber

Adding "novalidate" to the form solve it ... see: [https://stackoverflow.com/questions/22148080/an-invalid-form-control-with-name-is-not-focusable](https://stackoverflow.com/questions/22148080/an-invalid-form-control-with-name-is-not-focusable)

Well, it is the radio-group "Access Control". If nothing is selected Chrome can't save. Maybe it should be catched by script and notified to the user ...

I think you could do this already with keyOptions, but not from GUI: create a collection with arangosh: `db._create("mycollection", { "keyOptions":{"allowUserKeys":true,"type": "autoincrement"}});`