Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Suggestion dropdown can render above content at variable offsets

Autocomplete suggestion dropdown can now render above the input at a variable distance

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Autocomplete suggestion dropdown can now render above the input at a variable distance

What

The floating suggestions dropdown (used for autocomplete-style menus) gained a rowsAbove option. When set to a value greater than 0, the dropdown positions itself using a marginBottom equal to that value instead of always using a fixed offset above the content.

Why

This lets the dropdown be placed at a variable height above the input depending on context, rather than always using the same fixed gap, which should make positioning more accurate when the input area's size varies.

See this entry in the whole of v2.1.271 →