Level 54
i want css like this dropdown like textbox input field
what are you trying to style your multi-select like?
hii i have one select dropdown and i want css like this dropdown like textbox input field so how can i do it
here is my code
<div class="form-group sales-location-enabled">
<select class="form-control location-select-class" name="locations[]" multiple="multiple" >
<option value="{{$client->id}}">{{$client->name}}</option>
</select>
</div>
Please or to participate in this conversation.