SurfaceBulma.Form.HiddenInput (surface_bulma v0.3.3)

A thin wrapper around Surface.Components.Form.HiddenInput

Properties

  • id :string - The id of the corresponding input field
  • opts :keyword, default: [] - Options list
  • class :css_class - Class or classes to apply to the input
  • value :string - Value to pre-populated the input
  • name :string - The name of the corresponding input field
  • field :any - An identifier for the input
  • form :form - An identifier for the form
  • values :keyword, default: [] - List values that will be sent as part of the payload triggered by an event

Events

  • keydown - Triggered when a key on the keyboard is pressed
  • keyup - Triggered when a key on the keyboard is released
  • window_keydown - Triggered when a key on the keyboard is pressed (window-level)
  • window_keyup - Triggered when a key on the keyboard is released (window-level)
  • blur - Triggered when the component loses focus
  • focus - Triggered when the component receives focus
  • window_blur - Triggered when the page loses focus
  • window_focus - Triggered when the page receives focus
  • click - Triggered when the component receives click
  • capture_click - Triggered when the component captures click

Link to this section Summary

Link to this section Functions

Link to this function

included_props(assigns)

Link to this function

render(assigns)

Callback implementation for Surface.Component.render/1.