Giter Club home page Giter Club logo

Comments (3)

qpzmm2000 avatar qpzmm2000 commented on June 25, 2024

After debugging the problem, I found that the problem also exist on MudBlazor 6. The problem exists on Blazor server app due to the fix for #1012.

https://github.com/MudBlazor/MudBlazor/blob/5cf1fd7215d7609a499294a6e844f61b64ea9c0c/src/MudBlazor/Base/MudBaseInput.cs#L640C9-L672C10

The behaviour is okay for normal text field. However, for some component that contain text field, if the user input any not valid text, _isFocused will set to true as below code and will not reset to false. This will cause the above code conflict with the fix for #1012 and always set to not update text.

https://github.com/MudBlazor/MudBlazor/blob/5cf1fd7215d7609a499294a6e844f61b64ea9c0c/src/MudBlazor/Base/MudBaseInput.cs#L500C8-L505C10

from mudblazor.

licentia88 avatar licentia88 commented on June 25, 2024

the issue also occurs when you press tab button to set focus to datepicker/timepicker

from mudblazor.

qpzmm2000 avatar qpzmm2000 commented on June 25, 2024

Yes, the problem is when you press any button to the picker(including "tab" to the picker), there is no mechanism to release the focus state of text field on these picker.

from mudblazor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.