D3vugu-components/components/input
David Vogel 94f2eee2db Add event handling to input field and text area components
- Add events that wrap vugu.DOMEvent
- Add event example for the input field component
- Rename handleChange to handleInput
- Forward any oninput, onkeydown, onkeypress or onkeyup events to event listeners
2025-08-30 20:15:06 +02:00
..
button_gen.go Update to newest version of Vugu 2025-08-30 19:17:17 +02:00
button.go Support button to bind to boolean variables 2023-05-25 16:37:46 +02:00
button.vugu Remove margin from input elements 2023-05-27 23:48:57 +02:00
check-box_gen.go Update to newest version of Vugu 2025-08-30 19:17:17 +02:00
check-box.go Add CheckBox and RadioButton input components 2023-06-23 20:41:04 +02:00
check-box.vugu Add CheckBox and RadioButton input components 2023-06-23 20:41:04 +02:00
dropdown_gen.go Update to newest version of Vugu 2025-08-30 19:17:17 +02:00
dropdown.go Rework value and list binder 2023-07-03 00:18:58 +02:00
dropdown.vugu Remove margin from input elements 2023-05-27 23:48:57 +02:00
dummy.go Add dummy variables to packages 2023-06-22 10:14:04 +02:00
events.go Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
field_gen.go Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
field.go Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
field.vugu Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
generate.go Several changes 2023-05-12 12:57:42 +02:00
list-binder.go Use stdlib slices package instead of golang.org/x/exp/slices 2025-08-30 19:20:22 +02:00
radio-button_gen.go Update to newest version of Vugu 2025-08-30 19:17:17 +02:00
radio-button.go Rework value and list binder 2023-07-03 00:18:58 +02:00
radio-button.vugu Add CheckBox and RadioButton input components 2023-06-23 20:41:04 +02:00
tags_gen.go Update to newest version of Vugu 2025-08-30 19:17:17 +02:00
tags.go Use stdlib slices package instead of golang.org/x/exp/slices 2025-08-30 19:20:22 +02:00
tags.vugu Rework value and list binder 2023-07-03 00:18:58 +02:00
text-area_gen.go Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
text-area.go Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
text-area.vugu Add event handling to input field and text area components 2025-08-30 20:15:06 +02:00
value-binder.go Change HTMLInputType to use reflect Kind 2023-07-06 22:13:52 +02:00