Vdom_input_widgets.Merge_behaviortype t = | MergeSpecifies that a widget should use Vdom.Attr.many when combining several attributes into one.
| Legacy_dont_mergeSpecifies that a widget should use Vdom.Attr.many_without_merge when combining several attributes into one. This is legacy behavior, so new code should always prefer to use Merge.