md_simple_editor icon indicating copy to clipboard operation
md_simple_editor copied to clipboard

how to use in bootstrap_form_for within haml

Open syutran opened this issue 6 years ago • 1 comments

I use

bootstrap_form_for @person do |f|
  ......

  = md_simple_editor do
      = f.text_area :story

  .....

it can't working

syutran avatar Jul 18 '19 13:07 syutran

not sure how to help you, can you post example code?

Can you check the latest version, there are more details on the readme on how to setup

rderoldan1 avatar Sep 07 '19 22:09 rderoldan1