Simon

Results 28 comments of Simon

I would also like to donate for this feature too.

I also have the same issue. As a workaround, Instead of using `submitForm()`, I do POST requests and it works. See https://github.com/symfony/ux/blob/2.x/src/Autocomplete/tests/Functional/AutocompleteFormRenderingTest.php for an example with `zenstruck/browser`.

Would it be better if we could put all the attributes (MapIf, MapTo, etc.) on the destination object rather than the source object? Would that avoid overloading the source object...

Great idea. It will help to ignore some HTTP exceptions on Sentry. Could we also plug this with `#[WithHttpStatus]` attribute ?

Hi @stof, I'm quite interested by this feature. Could you share your implementation ?

@chalasr Could you check this PR ? Any help wanted to finish this ?

> @simondaigre Which PR? Happy to do so but AFAIK nothing's been submitted yet :) Indeed, sorry !

Hello, I'm facing the same issue. I tried your solution @wobsoriano, but it doesn't work.

@wobsoriano Indeed, and I have a Typescript warning because locationBias is not in the AutocompletionRequest interface you provide.