I want to restrict user to enter only valid colors in ColorPickerItem. e.g #112233.
I have tried using setmask but ColorPickerItem doesn't support this, also if i set setShowValueIconOnly(true) then changed event doesn't get called and I need this to set some values.
I have tried using setmask but ColorPickerItem doesn't support this, also if i set setShowValueIconOnly(true) then changed event doesn't get called and I need this to set some values.
Comment