Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145944 | Jul 15,2019 01:45 PM UTC | Jul 16,2019 06:14 AM UTC | Blazor | 1 |
![]() |
Tags: TextBox |
<EjsTextBox @ref="txtName" PlaceHolder='First Name'></EjsTextBox>
<button @onclick="@click">Click To Focus</button>
@code{
EjsTextBox txtName;
private void click() {
//Call the textbox focus piblic method.
txtName.FocusIn();
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.