---
title: Version 2.3.4
description:
  Explore the changelog for Chakra UI version 2.3.4. Learn about the latest
  features, bug fixes, and improvements.
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/6717
releaseDate: September 19, 2022
version: 2.3.4
---

## Patch Changes

### Editable `2.0.11`

- Fix issue where value change triggers text selection unexpected.

### NumberInput `2.0.11`

- Fix issue where input spins unexpectedly on right clicking the increment or
  decrement button with a pointer.

  Now, only left click (or primary button) will trigger a value change.

### Styled System `2.3.3`

- Remove unintended `console.log`
