DynFork::Fields::HashField
Inherits DynFork::Fields::Field < JSON::Serializable < Struct < Value < Object
This type was created specifically for the hash field.
Constructors
new(pull : JSON::PullParser)
Sourcenew(label : String = I18n.t(:hash_doc_id), placeholder : String = I18n.t(:enter_doc_id), hide : Bool = false, unique : Bool = true, required : Bool = false, disabled : Bool = false, readonly : Bool = false, ignored : Bool = false, hint : String = "#{I18n.t(:enter_doc_id)}.", warning : Array(String) = Array(String).new)
SourceInstance methods
Alerts for the entire web form. WARNING: Assigned automatically.
group
To optimize field traversal in the paladins/check method.
WARNING: It is recommended not to change.