densen2014 / densen2014/Densen.Extensions

How to use OnscreenKeyboard on Autocomplete

Open
#5 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
44
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with the shown BootstrapInput, input, AutoComplete, and OnScreenKeyboard components in a Blazor Server project. Start by comparing the value binding and filtering behavior of AutoComplete with the working inputs. Done means the bound AutoComplete value is populated and its dropdown filters the available options.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.