There is an unavoidable space character being appended target element's value during the text-expander-value event:
|
const value = `${detail.value} ` |
Could this be removed or made optional? I think the consumer of the module should be in control of whether they want this space, or not.