This happens in my project that an InlineEdit is embedded in another DOM object that also responds to onClick events (technically, embedded in the title of a collapsible panel), and it is not desirable that clicking InlineEdit triggers the event of the container.
By adding this option, users can choose to stop the onClick event from further propagating.
This happens in my project that an
InlineEdit
is embedded in another DOM object that also responds toonClick
events (technically, embedded in the title of a collapsible panel), and it is not desirable that clickingInlineEdit
triggers the event of the container.By adding this option, users can choose to stop the
onClick
event from further propagating.