Is there any workaround to make ColorField react delayed with the ValueChanged Callback – like IntegerField / FloatField?
This should be a build-in thing imho.
IntegerField integerField = new() { style = { minWidth = 200, flexGrow = new StyleFloat(1f) }, isDelayed = true};
isDelayed is not available for ColorField
though.
Anyone got a nice workaround for the same behaviour as with an int / float field, like when the color picker is closed → update the value, not on every change?