Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

React-compiler list/select component gains columnSizingOptions and keysDeferred props

The selectable list component gains column-sizing options and a way to defer keyboard handling elsewhere

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaUI Componentswhat it touches
KindInternal Changesin v2.1.265,
Under the hood No documentation found

The selectable list component gains column-sizing options and a way to defer keyboard handling elsewhere

What

The internal selectable-list UI component now accepts a columnSizingOptions setting, used to compute column widths in compact vertical layouts, defaulting to the same list of options being shown. It also accepts a keysDeferred setting; when supplied and it signals true, the component's keyboard shortcuts are wrapped so key handling can be deferred to something else instead of being handled directly, and the component is kept active while this is in effect.

Why

This is internal UI plumbing that gives list-based menus more control over layout and keyboard handling; it doesn't describe a specific user-facing feature on its own.

Read from
Names in the bundlecolumnSizingOptionskeysDeferred

See this entry in the whole of v2.1.265 →

Feedback