Skip to content

[@mantine/core] fix: NumberInput cursor no jump to end when pressing backspace on pos 0 #2514

[@mantine/core] fix: NumberInput cursor no jump to end when pressing backspace on pos 0

[@mantine/core] fix: NumberInput cursor no jump to end when pressing backspace on pos 0 #2514

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Install dependencies
run: yarn
- name: Generate files for docs
run: npm run setup
- name: Build public packages
run: npm run build all
- name: Run tests
run: npm test