-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The component’s rendered output does not match the expected formatting.
To Reproduce
Steps to reproduce the behavior:
- Use the following component code:
<EnrichedTextInput
ref={ref}
defaultValue={`<html>
<h3>Hello</h3>
<br/>
<ul>
<li><h3>Item One</h3></li>
</ul>
</html>`}
onChangeHtml={(e) => {
setHtml(e.nativeEvent.value);
}}
style={{
width: "100%",
height: "100%",
fontSize: 20,
padding: 10,
}}
/>Expected behavior
The output should appear as:

Screenshots
The output appears as:

Device (please complete the following information):
- Device: iPhone Air
- OS: iOS 26
- Version ^0.1.6
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working