Answers for "ion-select placeholder color"

1

how to change placeholder color of select

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}
Posted by: Guest on July-27-2021
1

ion-select placeholder

<ion-select placeholder="Select One">
      <ion-select-option value="f">Female</ion-select-option>
      <ion-select-option value="m">Male</ion-select-option>
</ion-select>
Posted by: Guest on December-09-2020

Browse Popular Code Answers by Language