BootstrapBlazor / BootstrapBlazor.OnScreenKeyboard

Blazor OnScreenKeyboard 屏幕键盘 组件
2 stars 4 forks source link

Add decimal dot (.) Button to numpad #4

Open Nitesh-bit1991 opened 2 months ago

Nitesh-bit1991 commented 2 months ago

Is there way to add extra button with decimal dot(.) in numpad keyboard .

densen2014 commented 2 months ago

Refer the Custom Keyboard Text

Nitesh-bit1991 commented 2 months ago

Sorry I am to able to find the Custom Keyboard Text in the document, I am able to see CustomerKeyboardSpecialcharacters but it doesn’t work with numpad, if possible can you please give an example.

Nitesh-bit1991 commented 1 month ago

Hello, I tried.

I have two blazer pages: On one page I am using OnScreenKeyboard of type keyboard and used keyboardoption to write keyArrayofObject(custom keyboard). It is working fine. On the other page, I am using OnScreenKeyboard of type all. But here it is not showing all keyboard instead it is showing keyArrayofObject that I created on page one.

Please suggest !!