Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use OnscreenKeyboard on Autocomplete #5

Open
hanhan423 opened this issue Nov 20, 2024 · 3 comments
Open

How to use OnscreenKeyboard on Autocomplete #5

hanhan423 opened this issue Nov 20, 2024 · 3 comments

Comments

@hanhan423
Copy link

I tried this on my Blazor Server project:
<BootstrapInput class="virtualkeyboard" placeholder="BootstrapInput" @bind-Value="@valorTest1" />
<input class ="virtualkeyboard" @bind-value="@valorTest2" />
<AutoComplete class="virtualkeyboard" Items="@StaticItems" IsSelectAllTextOnFocus="true" @bind-Value="@valorTest3" />

I can obtain the correct input value on @valorTest1 and @valorTest3 but @valorTest3 is null. The Autocomplete can not even filter the dropdownlist options, always show all of them.

@densen2014
Copy link
Owner

@densen2014
Copy link
Owner

加QQ群讨论 795206915 , 也可能是 AutoComplete 组件不支持

@hanhan423
Copy link
Author

加QQ群讨论 795206915 , 也可能是 AutoComplete 组件不支持

要是目前不支持的话,你们后面会考虑增加这个功能吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants