Skip to content

v2.0.9

Choose a tag to compare

@louisdorard louisdorard released this 12 Sep 10:26
· 18 commits to master since this release
244e8fe

When clicking on a non-empty cell, the options list now always includes the current value, plus other options

What's Changed

Dropdown / Linked Records: always include current cell value in list of options

The user story we address is as follows: before validating a value for a linked record, the user clicks on the cell to confirm the values of lookup columns, via the rich dropdown’s view of available options.

The change we implemented fixes the following issues: when there are many options, we would show the first 1,000 only, and the current value of the cell may not be in the list; since the user may not be looking to edit, they were likely to click out of the dropdown, in which case the cell would get emptied out.

Now, we are guaranteed to have the current value of the cell in the list of available options, and this automatically fixed the issue where the cell would get emptied out.

More details in #19

Fixes

Specify numpy<2.0.0 to resolve binary incompatibility

Full Changelog: v2.0.8...v2.0.9