1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-23 20:14:21 +00:00
Commit graph

11 commits

Author SHA1 Message Date
8b7c57aae6
Implement (properly) inputs and forms (#1)
* 🔧 Use `<label>` in the `ThreeRadios` and `ThreeCheckboxes` stories
* 🔧 Make `onChange` return void, as React does not support implicit preventDefault  
  https://reactjs.org/docs/handling-events.html
* 🚧 Some work on forms
* 💥 A huge non-atomic commit
* 💥 Another huge non-atomic commit
* 💥 The final non-atomic commit
* 💥 Just kidding, have another
* 🚧 A bit more
* 🚧 A bot more
*  Add `onSimpleChange` events
* 🚧 More work on inputs
*  Finish `FormRadioGroup`
*  Finish `FormCheckboxGroup`
*  Finish `Form`
* 💥 idk anymore
*  Add `Button` input
*  Add `FormRow` to forms
* 🔨 Fix storybook preview.js
* 🔧 Prevent button from submitting a form
* 📔 Fix a bit the Form story
* 💥 Tweak forms a bit more
2021-08-24 04:22:15 +02:00
6355ddee36
🔧 Move Checkbox value to the first argument 2021-08-20 05:07:29 +02:00
990b5c7477
📔 Change values of the ThreeCheckbox story 2021-08-20 05:06:34 +02:00
bfbcaafeab
🐛 Fix incorrect typing in Area 2021-08-20 05:04:00 +02:00
c70549e545
🐛 Fix incorrect typing in Select 2021-08-20 05:03:18 +02:00
930be42bed
Add Checkbox with a WIP onChange API 2021-08-20 05:02:54 +02:00
3c2aff0a19
🔧 Disable the value prop in the ThreeRadios story 2021-08-20 04:55:08 +02:00
2b323720a1
Add Radio input 2021-08-19 23:17:07 +02:00
fac3e8c87d
🚧 Fix Select and Multiselect 2021-08-19 23:01:11 +02:00
04e014ad8e
🚧 Continue working on inputs 2021-08-19 19:54:58 +02:00
632048601b
🚧 Start working on inputs (input-field) 2021-08-19 04:50:23 +02:00