package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val single : Core.Source_code_position.t -> ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> ?to_string:('a -> string) Bonsai_web.Bonsai.Value.t -> (module Bonsai_web.Bonsai.Model with type t = 'a) -> all_options:'a list Bonsai_web.Value.t -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val single_opt : Core.Source_code_position.t -> ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> ?to_string:('a -> string) Bonsai_web.Bonsai.Value.t -> (module Bonsai_web.Bonsai.Model with type t = 'a) -> all_options:'a list Bonsai_web.Value.t -> 'a option Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val set : Core.Source_code_position.t -> ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> ?to_string:('a -> string) -> ?split:(string -> string list) -> ('a, 'cmp) Bonsai_web.Bonsai.comparator -> all_options:'a list Bonsai_web.Value.t -> ('a, 'cmp) Core.Set.t Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val list : Core.Source_code_position.t -> ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> ?to_string:('a -> string) -> ?split:(string -> string list) -> ('a, _) Bonsai_web.Bonsai.comparator -> all_options:'a list Bonsai_web.Value.t -> 'a list Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t