Foundation for Check Password and password functions - only Clear is currently implemented
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
theme: 'bootstrap-5',
|
||||
dropdownAutoWidth: true,
|
||||
width: 'style',
|
||||
allowClear: true,
|
||||
allowClear: {{ $allowclear ?? 'true' }},
|
||||
placeholder: '{{ $placeholder ?? '' }}',
|
||||
@isset($addvalues)
|
||||
tags: true,
|
||||
|
Reference in New Issue
Block a user