Commit 6d61309
authored
Remove deprecation of min and max props in NumberField (#3030)
### Background
Related to issue [#1999](shop/issues-retail#1999)
### Solution
We are not deprecating min and max so I updated the docs.
### 🎩
- in ui-extension terminal, run `yarn docs:point-of-sale`
- in shopify-dev, run `dev s`
- Press ctrl + T to view in browser. Navigate to https://shopify-dev.myshopify.io/docs/api/pos-ui-extensions/unstable/components/numberfield

### Checklist
- [x] I have 🎩'd these changes
- [x] I have updated relevant documentationFile tree
2 files changed
+7
-2
lines changed- .changeset
- packages/ui-extensions/src/surfaces/point-of-sale/render/components/NumberField
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments