BootstrapBlazor icon indicating copy to clipboard operation
BootstrapBlazor copied to clipboard

feat(Validate): components lack onblur functionality

Open celadaris opened this issue 4 months ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

maybe im mistaken and i dont know how to make onblur() work, but it seems to me that most form components don't work with onblur().

when i click on the component to focus it. then click away to unfocus it, it doesnt trigger the onblur() event.

Expected Behavior

when i click on the component to focus it, then click away it should trigger the javascript event.

Interactive render mode

Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)

Steps To Reproduce

Components I need for my proj.zip Complete.list.of.components.zip

Exceptions (if any)

No response

.NET Version

.NET 8

Anything else?

No response

Compoments

### AutoComplete
- [ ] https://github.com/dotnetcore/BootstrapBlazor/issues/4402
### Cascader
### DateTimePicker
### DateTimeRange
### BootstrapInputNumber
### BootstrapInputGroupLabel
### IpAddress
### Markdown
### Editor
### FloatingLabel
### BootstrapInput
### Textarea
### CherryMarkdown

celadaris avatar Oct 07 '24 13:10 celadaris