-
I have the following code: let (input_disabled, set_input_disabled) = create_signal(cx, false);
view! {
cx,
<input type="text" disabled=input_disabled />
} I want to toggle the presence of |
Beta Was this translation helpful? Give feedback.
Answered by
IgnisDa
Mar 23, 2023
Replies: 1 comment
-
The above code sample works fine, I must've done something wrong for it to not work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IgnisDa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above code sample works fine, I must've done something wrong for it to not work.