You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…umn type (#1743)
- Fixes#1562
- Tracks if the value was manually entered and changes appropriately
- Adds test with a wait to account for the debounce
**Testing Methodology**
- Generated a relevant table with 2 integer and 1 string columns
- GoToRow has a column selector and a field to input the value, the
possible configurations are
- If the column selector has changed types
- If the field was changed
- GoToRow should leave the field unmodified if the column selector has
changed types and the field was changed, otherwise keep the original
behaviour
- One special case where this is the case AND GoToRow has been toggled,
going back to the original behaviour
- Helper function `setColumnAndExpectInputValue` to make the changes and
do the test
Don't re-populate the GoToRow search when changing columns if it contains a manually entered value and the column type doesn't change.
The text was updated successfully, but these errors were encountered: