Module: BlockKit::Concerns::HasPlaceholder
- Extended by:
- ActiveSupport::Concern
- Included in:
- Elements::DatePicker, Elements::EmailTextInput, Elements::NumberInput, Elements::PlainTextInput, Elements::RichTextInput, Elements::Select, Elements::TimePicker, Elements::URLTextInput
- Defined in:
- lib/block_kit/concerns/has_placeholder.rb
Constant Summary collapse
- MAX_TEXT_LENGTH =
150
Instance Method Summary collapse
Instance Method Details
#as_json ⇒ Object
16 17 18 |
# File 'lib/block_kit/concerns/has_placeholder.rb', line 16 def as_json(*) super.merge(placeholder: placeholder&.as_json).compact end |