Commit 79e37b5
fix(NumberInput): ensure controlled value sync for type=number (#20218)
* fix(NumberInput): ensure controlled value sync for type=number
* chore: remove test stories
* chore: remove unused code in stories
---------
Co-authored-by: Taylor Jones <taylor.jones826@gmail.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>1 parent cfc41d0 commit 79e37b5
File tree
3 files changed
+37
-32
lines changed- packages/react/src/components/NumberInput
- __tests__
3 files changed
+37
-32
lines changedLines changed: 0 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | 168 | | |
183 | 169 | | |
184 | 170 | | |
| |||
193 | 179 | | |
194 | 180 | | |
195 | 181 | | |
196 | | - | |
197 | | - | |
198 | 182 | | |
199 | 183 | | |
200 | 184 | | |
| |||
217 | 201 | | |
218 | 202 | | |
219 | 203 | | |
220 | | - | |
221 | 204 | | |
222 | 205 | | |
223 | 206 | | |
| |||
236 | 219 | | |
237 | 220 | | |
238 | 221 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | 222 | | |
243 | 223 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 224 | | |
248 | 225 | | |
249 | 226 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
205 | 232 | | |
206 | 233 | | |
207 | 234 | | |
| |||
0 commit comments