MudBlazor/MudBlazor

OnBlur not firing when TextField is ReadOnly

已關閉

#7,687 建立於 2023年10月25日

 (2 則留言) (0 個反應) (0 位負責人)C# (1,631 個分叉)batch import
buggood first issue

倉庫指標

星標
 (10,394 顆星)
PR 合併指標
 (平均合併 6天 6小時) (30 天內合併 108 個 PR)

描述

Bug type

Component

Component name

MudTextField

What happened?

when the field is ReadOnly OnBlur doesn't invoke the given method

Expected behavior

I expect OnBlur to work in spite of the Field being readonly

Reproduction link

https://www.github.com/farshad_izadi

Reproduction steps

  1. Create a MudTextFiel
  2. Make MudTextFiel ReadOnly
  3. Add OnBlur
  4. Add a Function to OnBlur
  5. the function doesn't run

...

Relevant log output

No response

Version (bug)

6.10.0

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On what operating system are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

貢獻者指南