Replies: 2 comments
-
Hi, We are currently not supporting |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was looking for this too for FluentTextField. I found this workaround to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to trigger an event on focus of FluentSearch but think this would apply to all inputs. Firstly is it possible? @oninput works but @onfocus doesn't trigger when focusing on the control.
<FluentSearch Id=@Id @bind-Value="Value" @onfocus=OnFocusEvent @oninput="OnInput"> </FluentSearch>
Beta Was this translation helpful? Give feedback.
All reactions