Allow changing the limit using just the html input arrows (#49818)
* Allow using the arrow buttons to change the limit value * Add a min prop to the number input * Use base-10 Co-authored-by:Kamil Mielnik <kamil@kamilmielnik.com> * Ensure number is integer * Add issue name to unit test Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
Showing
- frontend/src/metabase/querying/notebook/components/LimitStep/LimitStep.tsx 14 additions, 3 deletions...base/querying/notebook/components/LimitStep/LimitStep.tsx
- frontend/src/metabase/querying/notebook/components/LimitStep/LimitStep.unit.spec.tsx 34 additions, 2 deletions...ing/notebook/components/LimitStep/LimitStep.unit.spec.tsx
- frontend/src/metabase/querying/notebook/components/LimitStep/util.ts 7 additions, 0 deletions...c/metabase/querying/notebook/components/LimitStep/util.ts
Please register or sign in to comment