• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps asp.net numeric textbox Done button

Hi
I created an asp.net web page that has a single textbox, type ="number".

<asp:TextBox ID="txtRequest" runat="server" MaxLength="8" Font-Bold="True" Width="96px" type="number"></asp:TextBox>

When I open that page on Android the numeric keypad opens but shows a "Next" button, "Back Space" button, dot "." button and a keyboard settings button (gear).

What's required to show the "Done" button?
 
Back
Top Bottom