Hi Andrzej,
Query 1: this wraps every new value to <p></p> which is unwanted behaviour in my case.
As per component behavior, direct text child nodes are wrapped by <p></p>. Because parent based stylings are won’t work in direct text nodes, so we will wrap it by <p> tag.
Query 2: I also could not find in API any method to manually emit change event.
Currently, we don’t have API for this requirement from our end.
Regards,
Pandiyaraj