-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hi there. I tried to do a very simple test with initial value as follows. I'm using Svelte 5.33.3 and svelte-trix 0.0.5.
import { TrixEditor } from 'svelte-trix';
let trixTest = $state('<div>Test<div/>');
<TrixEditor bind:value={trixTest} />
{trixTest}
This is what I'm getting. I couldn't get the initial value to show up in the text box:

Editing inside the editor, however, changes the value immediately as intended:
Thank you
Metadata
Metadata
Assignees
Labels
No labels
