1.0.1 • Published 6 years ago

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

Weekly downloads
3,789
License
MIT
Repository
github
Last release
6 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-extensionstemplate-builder-editortemplate-builder-extensions@comet/admin-cms@comet/cms-admin@comparaonline/ui-forms-brazil-travel-labs@comparaonline/ui-forms-chile-travel-labs@comparaonline/ui-forms-colombia-travel-labs@comparaonline/ui-wizard-form-nextj7-easy-email-editorj7-easy-email-extensionskia-easy-email-editorkia-easy-email-extensionsmailbroad-editormailbroad-extensionssuma-editorsuma-editor-extensions@anterostecnologia/anteros-email-editor@anterostecnologia/anteros-email-extensions@aqsi/ui91-easy-email-editor91-easy-email-extensions@abdul778/page-editorybai-easy-email-extensionsybai-1-easy-email-editorybai-1-easy-email-extensionsy-email-extensions@sambegin/easy-email-extensions@duongtruongan/easy-email-editor@duongtruongan/easy-email-extensions@groovymedia/easy-email-extensions@groovymedia/easy-email-editor@hsuehpe/easy-email-editor@hsuehpe/easy-email-extensions@form-composer/core@nguyentrunghieutcu/easy-email-extensions@elementinsurance/purchase-flow-sdk@momos/easy-email-editor@momos/easy-email-extensions@knowitall/easy-email-extensions@moonshop/easy-email-editor@moonshop/easy-email-extensions@rizqirakun/easy-email-editor@rizqirakun/easy-email-extensions@plugilo/easy-email-editor@plugilo/easy-email-extensionspolaris-email-editorpolaris-email-extensionsquick-easy-email-editorrevo-email-editorrevo-email-extensionsrealmail-editorrealmail-extensions@timbrown4178/easy-email-extensions@truongan106/easy-email-extensions@truongan106/easy-email-editor@zalastax/nolb-finaace-component-libraryace-header-footeranteros-email-editoranteros-email-extensionsarchbase-reactcode-rex-email-editorcode-rex-email-editor-extensionseasedraft-template-extensionseasedraft-editoreasedraft-templateeasy-email-editoreasy-email-editor-remaileasy-email-editor-ruseasy-email-extensionseasy-email-extensions-qleasy-email-extensions-ruseasy-pdf-editoreasy-pdf-extensions
1.0.1

6 years ago

1.0.0

7 years ago