Commit 19cd709
fix(NumberInput): pass down event change value (#8243)
* fix: pass value to onChange handler
* chore: add example to story
* Update packages/react/src/components/NumberInput/NumberInput-story.js
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
* Update packages/react/src/components/NumberInput/NumberInput-story.js
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
* fix: pass value without breaking change
* fix: use num input props for story
* fix: add props back to numinput
* chore: update num test
* Update packages/react/src/components/NumberInput/NumberInput-story.js
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
* fix: return same data for events
* chore: update num input test
* chore: remove duplicate prop
* fix: revert story changes
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>1 parent 7c43501 commit 19cd709
File tree
2 files changed
+15
-7
lines changed- packages/react/src/components/NumberInput
2 files changed
+15
-7
lines changedLines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
| 417 | + | |
417 | 418 | | |
418 | 419 | | |
419 | 420 | | |
| |||
466 | 467 | | |
467 | 468 | | |
468 | 469 | | |
469 | | - | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
475 | | - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
476 | 480 | | |
477 | 481 | | |
478 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
| 254 | + | |
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
259 | | - | |
| 261 | + | |
260 | 262 | | |
261 | | - | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| 291 | + | |
289 | 292 | | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
293 | | - | |
294 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
295 | 299 | | |
296 | 300 | | |
297 | 301 | | |
| |||
0 commit comments