Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@chakra-xui/editable

chakra-xui7MIT1.0.2TypeScript support: included

React component used to build inline-editable components

chakra xui, react, inline, editable, inline editable, ui, editable text, text field, component

readme

@chakra-xui/editable

EditableText is used for inline renaming of some text. It appears as normal UI text but transforms into a text input field when the user clicks or focuses on it.

Installation

yarn add @chakra-xui/editable

# or

npm i @chakra-xui/editable

Import component

import { Editable, EditableInput, EditablePreview } from "@chakra-xui/react"

Usage

<Editable defaultValue="Take some chakra">
  <EditablePreview />
  <EditableInput />
</Editable>

changelog

Change Log

1.0.2

Patch Changes

1.0.1

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0 (2020-11-13)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.8 (2020-10-29)

Bug Fixes

  • toast: allow custom render in update (eb8bff9), closes #2362

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.7 (2020-10-25)

Note: Version bump only for package @chakra-xui/editable

1.0.0-rc.6 (2020-10-25)

Note: Version bump only for package @chakra-xui/editable

1.0.0-rc.5 (2020-09-27)

Note: Version bump only for package @chakra-xui/editable

1.0.0-rc.4 (2020-09-25)

Note: Version bump only for package @chakra-xui/editable

1.0.0-rc.3 (2020-08-30)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.2 (2020-08-09)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.1 (2020-08-06)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.0 (2020-07-26)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.7 (2020-07-26)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.6 (2020-07-15)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.5 (2020-07-15)

Note: Version bump only for package @chakra-xui/editable

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.4 (2020-07-01)

Bug Fixes

  • #891 (e107acc)
  • ➕🐛 Fix Editable storybook import and add all packages to storybook (60a2897)
  • case sensitivity issues in packages (b423cd8)
  • resolve typescript error (f4dc858)
  • ts issue with sx prop (d3b1340)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.3 (2020-06-28)

Bug Fixes

  • #891 (e107acc)
  • ➕🐛 Fix Editable storybook import and add all packages to storybook (60a2897)
  • case sensitivity issues in packages (b423cd8)
  • resolve typescript error (f4dc858)
  • ts issue with sx prop (d3b1340)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-next.2 (2020-06-21)

Bug Fixes

  • #891 (e107acc)
  • ➕🐛 Fix Editable storybook import and add all packages to storybook (60a2897)
  • case sensitivity issues in packages (b423cd8)
  • resolve typescript error (f4dc858)