Skip to content

Commit

Permalink
Merge pull request #1842 from seanpdoyle/rich-text-area-placeholder
Browse files Browse the repository at this point in the history
Integrate `:rich_text_area` with placeholders
  • Loading branch information
nashby authored Jun 24, 2024
2 parents 824d179 + 1217d04 commit ef9f350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/simple_form/inputs/rich_text_area_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
module SimpleForm
module Inputs
class RichTextAreaInput < Base
enable :placeholder

def input(wrapper_options = nil)
merged_input_options = merge_wrapper_options(input_html_options, wrapper_options)

Expand Down

0 comments on commit ef9f350

Please sign in to comment.