Skip to content

fix(Input): 修复 Input type="number" 时,无法输入小数位末尾 0 的问题 #3856

fix(Input): 修复 Input type="number" 时,无法输入小数位末尾 0 的问题

fix(Input): 修复 Input type="number" 时,无法输入小数位末尾 0 的问题 #3856

name: pr-spell-check
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check spelling
uses: crate-ci/typos@master
with:
config: .github/workflows/typos-config.toml