diff --git a/packages/documentation/docs/controls/forms/_forms-validation_code.mdx b/packages/documentation/docs/controls/forms/_forms-validation_code.mdx index 73cd9939bb..c38be59b0c 100644 --- a/packages/documentation/docs/controls/forms/_forms-validation_code.mdx +++ b/packages/documentation/docs/controls/forms/_forms-validation_code.mdx @@ -2,7 +2,6 @@ import Admonition from '@theme/Admonition'; import Playground, { SourceCodePreview, } from '@site/src/components/PlaygroundV2'; -import StackblitzEmbedded from '@site/src/components/StackblitzEmbedded'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import Props from '@site/docs/auto-generated/ix-validation-tooltip/props.md'; @@ -59,18 +58,11 @@ To suppress the internal validation of a component, you have to provide the `nov - Please note that using the `required` attribute in an Angular application could result in unfavourabe behaviour displaying the field as invalid even if there was no user interaction yet. To avoid that it is suggested not to add the `required` attribute, but implement a custom validator for required fields instead (see `name` and `last-name` in the following code). - -
- Just want to see the source code? - -
- - +
@@ -78,27 +70,15 @@ To suppress the internal validation of a component, you have to provide the `nov Using `react-form-hook` is just an example to demonstrate how validation could be done within React. You can use any other validation library or write your own validation logic. - -
- Just want to see the source code? - - -
- +
- + Using `@vuelidate/core` is just an example to demonstrate how validation could be done within Vue. You can use any other validation library or write your own validation logic. - -
- Just want to see the source code? - - -
- +