Revert "Fix double dash typo on data-ajax-delay (#5082)" (#5083)

This reverts commit 386eb9bc5b.
This commit is contained in:
Luke Towers 2020-05-21 09:46:06 -06:00 committed by GitHub
parent 386eb9bc5b
commit eba8e6c1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Use the `data-handler` attribute to source the select options from an AJAX handl
class="form-control custom-select"
data-handler="onGetOptions"
data-minimum-input-length="2"
data-ajax-delay="300"
data-ajax--delay="300"
data-request-data="foo: 'bar'"
></select>
```