vandan's avatar
Level 13

select option css change and like input textbox

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>
0 likes
2 replies
automica's avatar

@van1310

i want css like this dropdown like textbox input field

what are you trying to style your multi-select like?

Please or to participate in this conversation.