amotify 0.2.92 → 0.2.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1584,7 +1584,7 @@ text5`}
1584
1584
  Input.Radio
1585
1585
  <Input.Radio
1586
1586
  name='radio'
1587
- value={ [ 1 ] }
1587
+ value={ 1 }
1588
1588
  options={ [
1589
1589
  { value: 1,label: 'Option1' },
1590
1590
  { value: 2,label: 'Option2' },
@@ -1592,6 +1592,9 @@ text5`}
1592
1592
  { value: 4,label: 'Option4' },
1593
1593
  { value: 5,label: 'Option5' },
1594
1594
  ] }
1595
+ onUpdateValidValue={ ( { value } ) => {
1596
+
1597
+ } }
1595
1598
  />
1596
1599
  </Box>
1597
1600
  <Box>