You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Vogel a587fea398 Rework value and list binder
- Rename FieldBinder to ValueBinder
- Split ValueBinder interface into ValueGetter, ValueSetter and HTMLInputTyper
- Add non pointer types to ValueBindAny.StringValue
- Move encoding.TextMarshaler in type switch
- Simplify ListBinder, and reuse ValueBinder logic
- Add ListBindGenericValues type
1 year ago
..
button.go Support button to bind to boolean variables 1 year ago
button.vugu Remove margin from input elements 1 year ago
button_vgen.go Remove margin from input elements 1 year ago
check-box.go Add CheckBox and RadioButton input components 1 year ago
check-box.vugu Add CheckBox and RadioButton input components 1 year ago
check-box_vgen.go Add CheckBox and RadioButton input components 1 year ago
dropdown.go Rework value and list binder 1 year ago
dropdown.vugu Remove margin from input elements 1 year ago
dropdown_vgen.go Remove margin from input elements 1 year ago
dummy.go Add dummy variables to packages 1 year ago
events.go Several changes 1 year ago
field.go Rework value and list binder 1 year ago
field.vugu Add ID tag to input:Field component 1 year ago
field_vgen.go Add ID tag to input:Field component 1 year ago
generate.go Several changes 1 year ago
list-binder.go Rework value and list binder 1 year ago
radio-button.go Rework value and list binder 1 year ago
radio-button.vugu Add CheckBox and RadioButton input components 1 year ago
radio-button_vgen.go Add CheckBox and RadioButton input components 1 year ago
tags.go Add input component for tags 1 year ago
tags.vugu Rework value and list binder 1 year ago
tags_vgen.go Rework value and list binder 1 year ago
text-area.go Add TextArea component 1 year ago
text-area.vugu Add TextArea component 1 year ago
text-area_vgen.go Add TextArea component 1 year ago
value-binder.go Rework value and list binder 1 year ago