Commit 7b11d34
authored
Validation: accessibility improvements (#6480)
* validate on blur
* UseValidationOnBlur
* AriaRequired
* validation feedback
* adjust fluentui2
* tailwind validation
* bulma validation
* fix fluent passwordstrength
* bulma rte
* material
* markdown validation demo
* fix markdown colors
* markdown styles
* antdesign
* bootstrap
* test
* bulma check
* bulma markdown
* fluent markdown
* tailwind markdown
* fix validation examples
* fix validation selectors
* material selectors
* tailwind selectors
* bulma selectors
* fluent selectors
* antdesign selectors
* always apply AriaRequired1 parent eb06ef2 commit 7b11d34
159 files changed
Lines changed: 2409 additions & 420 deletions
File tree
- Demos/Blazorise.Demo/Pages/Tests
- Documentation/Blazorise.Docs
- Pages/Docs/Components/Validations
- Resources
- Source
- Blazorise.AntDesign
- Components
- Styles
- components
- extensions
- wwwroot
- Blazorise.Bootstrap5
- Components
- Styles
- components
- extensions
- wwwroot
- Blazorise.Bootstrap
- Components
- Styles
- components
- extensions
- wwwroot
- Blazorise.Bulma
- Components
- Styles
- components
- extensions
- wwwroot
- Blazorise.FluentUI2
- Components
- Providers
- Styles
- components
- extensions
- wwwroot
- Blazorise.Material
- Components
- Styles
- components
- extensions
- wwwroot
- Blazorise.Tailwind
- Components
- Providers
- Styles
- components
- extensions
- tailwind-build
- wwwroot
- Blazorise
- Base
- Components
- Check
- ColorInput
- ColorPicker
- DateInput
- DatePicker
- Dropdown
- FileInput
- InputMask
- MemoInput
- NumericInput
- NumericPicker
- Radio
- RangeSlider
- Select
- Slider
- Switch
- TextInput
- TimeInput
- TimePicker
- Validation
- Options
- Utilities/Validation
- Extensions
- Blazorise.Components
- Blazorise.Markdown
- wwwroot
- Blazorise.RichTextEdit
- wwwroot
- Tests
- BasicTestApp.Client
- Blazorise.Tests/Components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
34 | 56 | | |
35 | 57 | | |
36 | 58 | | |
37 | 59 | | |
| 60 | + | |
38 | 61 | | |
39 | 62 | | |
| 63 | + | |
40 | 64 | | |
41 | 65 | | |
42 | 66 | | |
| |||
56 | 80 | | |
57 | 81 | | |
58 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
59 | 88 | | |
60 | 89 | | |
61 | 90 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | 259 | | |
263 | 260 | | |
264 | 261 | | |
265 | 262 | | |
266 | 263 | | |
267 | 264 | | |
268 | 265 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | 266 | | |
273 | 267 | | |
274 | 268 | | |
| |||
0 commit comments