CKEditor5.Components.HiddenInput (ckeditor5 v0.1.0)

LiveView component for rendering a hidden input field.

Summary

Functions

Renders a hidden input field with the specified attributes.

Functions

render(assigns)

Renders a hidden input field with the specified attributes.

Attributes

  • id (:string) (required) - The ID of the hidden input.
  • name (:string) (required) - The name of the hidden input.
  • value (:string) - The value of the hidden input. Defaults to "".
  • required (:boolean) - Whether the input is required. Defaults to false.