We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8051dfc commit 505b0d7Copy full SHA for 505b0d7
packages/components/src/components/input/input.lite.tsx
@@ -70,7 +70,7 @@ export default function DBInput(props: DBInputProps) {
70
if (props.value) {
71
state._value = props.value;
72
}
73
-
+
74
if (props.stylePath) {
75
state.stylePath = props.stylePath;
76
0 commit comments