Awesome! Yes, it does! Sorry for not being able to find it by myself. Thanks for taking the time to answer.
UPDATE: The only bad thing tho, is that the composer doesn’t open instantly. I have added the following code:
_openComposerWithParams($form) {
var serializedData = $form.serialize();
var pathToOpenComposer = `/new-topic?${serializedData}`
// open composer using query params
DiscourseURL.routeTo(`${pathToOpenComposer}`);
}
And even when it works the page jump to /latest?tags=anonymous
(That tag is been added successfully) but I don’t know why it gets “bind” in the url box.
I will post more about this issue at: Issue open pre-filled composer