Replace typeahead with simpler autocomplete

This commit is contained in:
Paul Chavard 2018-08-22 15:06:19 +02:00
parent 2500cd516b
commit e1f1827320
21 changed files with 119 additions and 4818 deletions

View file

@ -24,6 +24,7 @@
= text_field_tag('procedure_path', @procedure.default_path,
id: 'procedure_path',
placeholder: 'Chemin vers la procédure',
data: { autocomplete: 'path' },
class: 'form-control',
maxlength: 50,
style: 'width: 300px; display: inline;')