Closed dtcblyth closed 7 months ago
I can't replicate the first point. Here is a recording from my machine. Can you please check and let me know if I am missing any steps? Also, can you please check both issues to see if they are still happening? I need to record them to get more context. Thanks.
Hi Mohamed,
Thanks for getting back to me about this. A couple of things:
1) The bug report is regarding <TextAreaContainer>
container not <RichTextContainer>
. Your screen recording shows <RichTextContainer>
.
2) The bug report was made before the D5 builder interface update. Since the update, point one in the bug report does not seem to be a problem any more.
3) Point two in the bug report is still a valid problem.
D.
Point 2 in the bug report is fixed and included in 5.0.0-dev-beta.18
Related thread: https://discord.com/channels/1041765492907589683/1163687768069771315
Problem:
I have noticed two issues with the
<TextAreaContainer>
component:1) Clicking on a
TextArea
field’s reset icon does not visually reset the field in the Visual Builder.2) Using
showPlaceholderOnEmpty={true}
on the<TextAreaContainer>
does not work.