1

enter image description hereI want to change the default Image of Select Dropdown in Sencha Touch to a customized image? I have attached screenshot for reference. I am not able to find any property to change this image. More over I did not find any sencha class which I can override to replace this image.

Please help.

Thanks

Gendaful
  • 5,522
  • 11
  • 57
  • 76

1 Answers1

1

Try this

 .x-field-select .x-component-outer::after {
        -webkit-mask-image:url('myImg')
    }
CruorVult
  • 823
  • 1
  • 9
  • 17