UI/iwd: wifi machine module
This commit is contained in:
@@ -25,10 +25,6 @@ export function TextInput<T extends FieldValues, R extends ResponseData>(
|
||||
) {
|
||||
const value = () => props.value;
|
||||
|
||||
createEffect(() => {
|
||||
console.log("rendering text input", props.value);
|
||||
});
|
||||
|
||||
return (
|
||||
<label
|
||||
class={cx("form-control w-full", props.class)}
|
||||
|
||||
Reference in New Issue
Block a user