@@ -16,12 +16,12 @@ class CustomSelect extends Select
1616 public null |string $ emptyText ;
1717
1818 public function __construct (
19- public null | string $ name = null ,
20- public null | string $ id = null ,
21- public array | Collection $ options = [],
19+ public null | string $ name = null ,
20+ public null | string $ id = null ,
21+ public array | Collection $ options = [],
2222 public mixed $ value = null ,
2323 public bool $ multiple = false ,
24- public null | string $ maxWidth = null ,
24+ public null | string $ maxWidth = null ,
2525 bool $ showErrors = true ,
2626 $ leadingAddon = false ,
2727 $ inlineAddon = false ,
@@ -33,17 +33,17 @@ public function __construct(
3333 public string $ textField = 'text ' ,
3434 public string $ disabledField = 'disabled ' ,
3535 public bool $ filterable = false ,
36- public null | string $ clearIcon = null ,
36+ public null | string $ clearIcon = null ,
3737 public bool $ disabled = false ,
38- public null | string $ selectedIcon = null ,
39- public null | string $ uncheckIcon = null ,
38+ public null | string $ selectedIcon = null ,
39+ public null | string $ uncheckIcon = null ,
4040 public bool $ maxOptionsSelected = false ,
41- public bool | null | string $ optionDisplay = false ,
42- public bool | null | string $ buttonDisplay = false ,
41+ public bool | null | string $ optionDisplay = false ,
42+ public bool | null | string $ buttonDisplay = false ,
4343 public array $ wireListeners = [],
4444 null |string $ emptyText = 'form-components::messages.custom_select_empty_text ' ,
4545 public bool $ convertValuesToString = false ,
46- public null | string $ containerClass = null ,
46+ public null | string $ containerClass = null ,
4747 public $ extraAttributes = '' ,
4848 public $ after = null ,
4949 ) {
0 commit comments