William Chong

Results 28 comments of William Chong

@jHONFK You can pass merge tag values as follows: ```vue this.$refs.emailEditor.editor.setMergeTags({ ... }); ``` See [Option 2 for passing merge tags](https://docs.unlayer.com/docs/merge-tags)

As a temporary workaround, I have modified the `SelectTrigger` to explicitly check the `field.value`. If it is not set, it displays your placeholder. ```diff Size + {field.value ? : "Select...

@m-guesnon-pvotal Do you have a reproducible sample that we can use to debug this? I can't reproduce it on my end **Event Store server version** docker: eventstore/eventstore:23.10.1-bookworm-slim **Go client version**...

@adeelraza Merge tags do not work in HTML when set using `setMergeTags`

@adeelraza I didn't know there was a preview button until you mentioned it. However, is there a way to display it within the email builder itself, rather than only when...

> I am curious to learn more about who is asking for this and what problems they are running into and why. I would appreciate context since Non-ESDB peeps do...

> Is there any context about their environments and what exactly was the problem? We had 2 issues in the past where someone tried to append to a stream with...

> you could make factory functions, for example, `makeReadStreamOptions({})`, where people opt-in to leverage those functions if they want to enforce correctness in the client side. Yes, that's a possibility....

@riordanpawley This issue is already being addressed in this pull request #349

Does this happen constantly? I'm on Windows 11 too and unable to reproduce this error. Which target framework are you on?