Closed giohappy closed 2 years ago
Hi @giohappy, Thanks for raising this. There is currently a bug with the props not being properly passed to the display component. This will be fixed soon!
thanks for the feedback @bymi15. Do you know when the fix will be available?
:tada: This issue has been resolved in version 4.4.1 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
I've tried using the
inline
prop to make theEditText
render inline. It works until you don't edit it. Once it's clicked it gets assigned the default_1EEDX
class, which hasdisplay: block
.<div><EditText value={name} inline />[{id}]</div>
This:
becomes:
How should I style the component to show inline while editing?