docs: remove New badges on edge version

This commit is contained in:
Benjamin Canac
2023-11-23 12:16:45 +01:00
parent edd92d01a9
commit 26afa45fbf
8 changed files with 6 additions and 10 deletions

View File

@@ -163,7 +163,7 @@ code: >-
This will only work with form elements that support the `size` prop.
::
### Eager Validation :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Eager Validation
By default, validation is only triggered after the initial `blur` event. This is to prevent the form from being validated as the user is typing. You can override this behavior by setting the `eager-validation` prop to `true`