Kervin Gomez
Lurker
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?
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?