You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src for RIEBase has the prop isDisabled, but it is currently no-op. The expected functionality would be to prevent firing startEditing, or somehow prevent switching to the editing: true state. I believe this could be accomplished by adding a single line to the startEditing method: if(this.props.isDisabled) return;
The text was updated successfully, but these errors were encountered:
The src for RIEBase has the prop
isDisabled
, but it is currently no-op. The expected functionality would be to prevent firingstartEditing
, or somehow prevent switching to theediting: true
state. I believe this could be accomplished by adding a single line to the startEditing method:if(this.props.isDisabled) return;
The text was updated successfully, but these errors were encountered: