CKEditor5.Components.HiddenInput (ckeditor5 v1.0.7)
View SourceLiveView component for rendering a hidden input field.
Summary
Functions
Renders a hidden input field with the specified attributes.
Functions
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 tofalse.