1.0.1 • Published 5 years ago

final-form-set-field-touched v1.0.1

Weekly downloads
3,789
License
MIT
Repository
github
Last release
5 years ago

🏁 Final Form Set Field Touched

NPM Version NPM Downloads Build Status codecov.io styled with prettier

Mutator for setting a field as "touched" in 🏁 Final Form.


Installation

npm install --save final-form-set-field-touched

or

yarn add final-form-set-field-touched

Usage

import { createForm } from 'final-form'
import setFieldTouched from 'final-form-set-field-touched'

// Create Form
const form = createForm({
  mutators: { setFieldTouched },
  onSubmit
})

form.mutators.setFieldTouched('firstName', true)

form.registerField(
  'firstName',
  fieldState => {
    const { touched } = fieldState // true
  },
  {
    // ...other subscription items
    touched: true
  }
)

Mutator

form.mutators.setFieldTouched(name: string, touched: boolean) => void

Sets the specified field's touched flag to the boolean value provided.

biz-email-editorbiz-email-extensions@infinitebrahmanuniverse/nolb-fina@everything-registry/sub-chunk-1668polaris-easy-email-extensions@elementinsurance/purchase-flow-sdk@duongtruongan/easy-email-editor@duongtruongan/easy-email-extensionskia-easy-email-editorkia-easy-email-extensions@nguyentrunghieutcu/easy-email-extensions@momos/easy-email-editor@momos/easy-email-extensions@rizqirakun/easy-email-editor@rizqirakun/easy-email-extensionseasy-email-editoreasy-email-editor-remaileasy-email-editor-ruseasy-email-extensionseasy-email-extensions-ruseasedraft-editoreasedraft-templateeasedraft-template-extensionseasy-pdf-editoreasy-pdf-extensions@knowitall/easy-email-extensions@moonshop/easy-email-editor@moonshop/easy-email-extensions@truongan106/easy-email-editor@truongan106/easy-email-extensions@timbrown4178/easy-email-extensions@sambegin/easy-email-extensions@plugilo/easy-email-editor@plugilo/easy-email-extensionsace-component-librarypolaris-email-editorpolaris-email-extensions91-easy-email-editor91-easy-email-extensionstemplate-builder-editortemplate-builder-extensions@zalastax/nolb-finaace-header-footer@aqsi/uiquick-easy-email-editorrealmail-editorrealmail-extensions@anterostecnologia/anteros-email-editor@anterostecnologia/anteros-email-extensionsybai-1-easy-email-editorybai-1-easy-email-extensionsybai-easy-email-extensions@comparaonline/ui-wizard-form-next@comet/cms-admin@comparaonline/ui-forms-brazil-travel-labs@comparaonline/ui-forms-chile-travel-labs@comparaonline/ui-forms-colombia-travel-labsy-email-extensions@comet/admin-cms@abdul778/page-editorarchbase-reactanteros-email-editoranteros-email-extensionsrevo-email-editorrevo-email-extensionscode-rex-email-editorcode-rex-email-editor-extensions@form-composer/core@groovymedia/easy-email-extensions@groovymedia/easy-email-editor@hsuehpe/easy-email-editor@hsuehpe/easy-email-extensions
1.0.1

5 years ago

1.0.0

6 years ago