Replies: 5 comments
-
@gmondin Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
please try the last version, it's works in net7 too |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried, but didn't work. code:
if I use this, the focus works, but, this part doesn't: SelectAllTextOnFocus="true". |
Beta Was this translation helpful? Give feedback.
-
for more information, if I use this: await _txtQta.SelectAllTextAsync(); works, but all the things was build with focusAsync and IsSelectAllTextOnFocus="true", so, if is possible, is better on the old way. |
Beta Was this translation helpful? Give feedback.
-
@gmondin please provider mini-repro-project. Please do not paste incomplete code snippets, it will not help much in solving the problem |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Describe the bug
Hi, some versions ago (I'm using .net 7, bootstrapBlazor.7.1.12) the function IsSelectAllTextOnFocus stop working when I put the focus on the input, using FocusAsync, its only work at the first time after rendering, I was looking at the code and I saw that the invoke of the method is only after rendering, its possible be back for working after use the focusAsync function? if is possible, can I have a release on .net 7 version?
thank you very much
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
.NET 7
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions