INPUT outline, change border color and font color V1.0.0-rc.5
-
I need change border-color and font color when no focused.
-
QInput has a number of internal elements. There is no
style
prop, but there is ainput-style
, but it’s only for the input element. What you need is the qfield element.https://codepen.io/smolinari/pen/EBeXWo
Scott