function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maverick26Maverick26 

combobox dropdown width issue

Hi as shown in the below image how can I adjust the width of the dropdown accordinding to the above selected value field 
Thanks
User-added image
Best Answer chosen by Maverick26
mukesh guptamukesh gupta
Hi Maverick,

Please follow below line:-
 
<apex:selectList value="{!states}" style="width: 100px; overflow-x: auto;">

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh

All Answers

PriyaPriya (Salesforce Developers) 

hey,

Are you using visualforce page or Lightning component ?

If visualforce page, then refer this :- 
https://developer.salesforce.com/forums/?id=906F0000000962cIAA

If Lightning component, then refer this :- 
https://salesforce.stackexchange.com/questions/193699/lightningselect-size-of-biggest-option

Kindly mark it as the best answer if it helps.

Thanks you,

Priya Ranjan

mukesh guptamukesh gupta
Hi Maverick,

Please follow belwo line of code:-
 
<lightning-combobox name="filter"
                            label="Status"
                            value={selectedValue}
                            variant="label-hidden"
                            options={options}
                            onchange={handleChange}
                            placeholder="Select Industry to filter"
                            style="color:grey;width:150px;"></lightning-combobox>

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh

 
Maverick26Maverick26
This is a Vf component
mukesh guptamukesh gupta
Hi Maverick,

Please follow below line:-
 
<apex:selectList value="{!states}" style="width: 100px; overflow-x: auto;">

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
This was selected as the best answer
Ashley Perry 9Ashley Perry 9
Here is the code to filter the value
2 player games (https://2player.co)