Skip to content

Commit

Permalink
MDL-51247 forms: All new aria-pimped autocomplete mform element.
Browse files Browse the repository at this point in the history
Supports static list of options - or options fetched via ajax.
Has options for single,multi and tags support.
  • Loading branch information
Damyon Wiese authored and danpoltawski committed Oct 14, 2015
1 parent cd83fae commit 60a1ea5
Show file tree
Hide file tree
Showing 15 changed files with 1,320 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lang/en/form.php
Expand Up @@ -49,13 +49,15 @@
$string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})';
$string['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}';
$string['noselection'] = 'No selection';
$string['optional'] = 'Optional';
$string['othersettings'] = 'Other settings';
$string['requiredelement'] = 'Required field';
$string['revealpassword'] = 'Reveal';
$string['security'] = 'Security';
$string['selectallornone'] = 'Select all/none';
$string['selected'] = 'Selected';
$string['selecteditems'] = 'Selected items:';
$string['showadvanced'] = 'Show advanced';
$string['showless'] = 'Show less...';
$string['showmore'] = 'Show more...';
Expand Down
1 change: 1 addition & 0 deletions lib/amd/build/form-autocomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60a1ea5

Please sign in to comment.