1 <div class="{{classes}}">
2 <form method="{{method}}" action="{{action}}" class="form-inline">
4 <input type="hidden" name="{{name}}" value="{{value}}">
6 <div class="form-group">
8 <label for="{{id}}" {{#labelattributes}}{{name}}="{{value}}" {{/labelattributes}}>
15 <select {{#attributes}}{{name}}="{{value}}" {{/attributes}} id="{{id}}" class="custom-select {{classes}}" name="{{name}}">
17 <option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
22 <button type="submit" class="btn btn-secondary">{{#str}}go, core{{/str}}</button>
27 require(['core/yui'], function(Y) {
28 Y.use('moodle-core-formautosubmit', function() {
29 M.core.init_formautosubmit({
31 nothing: {{#hasnothing}}'{{nothingkey}}'{{/hasnothing}}{{^hasnothing}}false{{/hasnothing}}