From 2305d006518c8dd9c2d5086b7f6d95d3ae687185 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Fri, 22 May 2020 14:35:52 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9672506..4c727ce 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ## What is Vue Formulario? -Vue Formulario is a library, based on Vue Formulate, that handling the core logic for working with forms and gives full control of form presentation. +Vue Formulario is a library, based on Vue Formulate, that handles the core logic for working with forms and gives full control on the form presentation. ## Examples -Every form control must be rendered inside FormularioInput component. This component provides `id` and `context` in v-slot props. Control should use `context.model` as v-model and `context.blurHandler` as handler for `blur` event (it is necessary for validation when property `errorBehavior` is `blur`). Errors list for field can be accessed through `context.allErrors`. +Every form control have to rendered inside FormularioInput component. This component provides `id` and `context` in v-slot props. Control should use `context.model` as v-model and `context.blurHandler` as handler for `blur` event (it is necessary for validation when property `errorBehavior` is `blur`). Errors list for field can be accessed through `context.allErrors`. -Next example creates form for data +The example below creates the authorization form from data: ```json { "username": "", @@ -88,4 +88,4 @@ Next example creates form for data [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2020-present, [RetailDriver LLC]
-Copyright (c) 2020-present, [Braid LLC](https://www.wearebraid.com/) \ No newline at end of file +Copyright (c) 2020-present, [Braid LLC](https://www.wearebraid.com/)