riek
riek copied to clipboard
Option to show in editing mode by default
Hi,
Would it be possible to add a property to the RIEInput (or RIEBase ...) component to show it by default in editing mode?
-- Dylan
+1
It would be nice to have this option, as when I need to enable the RIEInput
from another component, by example: button, it can go directly to input mode instead of waiting until someone click on it.
I would also find this useful. It would be great if you could pass editing
as a prop
, i.e.
<RIEInput editing={true} {...rest} />
@kaivi I can make PR for this today
@kaivi Created PR #50
Can this be merged? an issues?