decai
Topic Author
Posts: 54
Joined: 06 Jul 2016, 18:19

Is there a simple way to remove focus from a textbox when click outside of it

09 Nov 2022, 06:21

Hi,

Our app has many TextBox, is there a way to remove TextBox focus when click out of it ?
 
decai
Topic Author
Posts: 54
Joined: 06 Jul 2016, 18:19

Re: Is there a simple way to remove focus from a textbox when click outside of it

09 Nov 2022, 10:35

We set the container Focusable="True" and add code below solve the problem. Thanks.
<b:Interaction.Triggers>
	<b:EventTrigger EventName="MouseDown">
		<noesis:SetFocusAction/>
	</b:EventTrigger>
</b:Interaction.Triggers>

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot], Semrush [Bot] and 6 guests