for Choice Component Drop Down For non active or empty add border box and text required…
How To modify with CSS?
@vras_dinand, unfortunately, the dropdown component does not have an empty state. Are you using images for the list of options? If not, alternatively, it might need a hint component as an aid.
Can you spill for example… idont understand this…
Kamu menggunakan gambar tidak dalam daftar pilihannya?
tidak mass
If you don’t have both (required or image as an alternative) then there is no solution, unless you add another component that can appear as a CSS trigger.
The code below only works if “required” is turned on.
/*Dropdown - "Required" must be on*/
.choiceComp button[data-state="closed"]:not(:has(.has-selection)) {
border: 1px solid red;
}