File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
{{ html ()-> select (' user_id' )
8
8
-> options ($usersforname )
9
9
-> placeholder (' User Id' )
10
- -> class ([' form-control' , ' is-invalid' => $errors -> has (' user_id' )])
10
+ -> class ([' form-control custom-select ' , ' is-invalid' => $errors -> has (' user_id' )])
11
11
} }
12
12
13
13
@if ($errors -> has (' user_id' ) )
Original file line number Diff line number Diff line change 44
44
<script type =" text/javascript" >
45
45
$ (function () {
46
46
$ (' .datepicker' ).datepicker ();
47
+ $ (' .custom-select' ).selectize ({});
47
48
});
48
49
</script >
49
50
@stack (' scripts' )
Original file line number Diff line number Diff line change 24
24
{{ html ()-> select (' client_id' )
25
25
-> options ($clientsforname )
26
26
-> placeholder (' Client Id' )
27
- -> class ([' form-control' , ' is-invalid' => $errors -> has (' client_id' )])
27
+ -> class ([' form-control custom-select ' , ' is-invalid' => $errors -> has (' client_id' )])
28
28
} }
29
29
30
30
@if ($errors -> has (' client_id' ) )
You can’t perform that action at this time.
0 commit comments