bootstrap-markdown
bootstrap-markdown copied to clipboard
data-hideable
when I enable this option, my textfield is hidden on blur, so I can't focus anymore to re-show the editor. Is this how it's supposed to be? I'd assume we want the editor to hide on blur and r-show on focus, restoring the textfield in between.
(btw. I get the same behaviour for the data-hideable="true" demo on your website)
Same issue here.
My first thought when reading the hideable
option was that it would just hide the editor UI.
It appears to be applying {display: none}
to the div.md-editor
.
Is it meant to be applying {display: none}
to the div.md-header
(which is a child to div.md-header
, and sibling to textarea.md-input
?