mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix double dash typo on data-ajax--delay (#5477)
This commit is contained in:
parent
d2b3f865f1
commit
a848688acb
@ -75,7 +75,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>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user