Commit Graph

3 Commits

Author SHA1 Message Date
4fa06b747c Change HTMLInputType to use reflect Kind 2023-07-06 22:13:52 +02:00
66b229c929 Make ValueBindAny to work with basic types 2023-07-06 21:40:34 +02:00
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
2023-07-03 00:18:58 +02:00