Brendan Bond

Results 105 comments of Brendan Bond

Linking to #943 in case anyone else has a custom auth plugin and is receiving the same E409 error; thanks @AllanJard !

PRs are welcome, but this library is a wrapper around our [core Javascript renderer](https://github.com/formio/formio.js), any translations (including labels) already occur there. If there's a specific issue you're running into, please...

Ah, I see what you mean. Yeah, I'd happily review a PR for this.

hey @PatrikTrefil see my comments

Thanks for the bump on this. I have a date with a deep dive on the React renderer soon and will keep 18+ compatibility at the top of the list.

@hokwanhung PRs are welcome! '24 is the year for the react renderer if I get my way 😂

@PatrikTrefil hey thanks for checking in, I'm actually working (broadly) on this issue now. I should have an alternate implementation hopefully very soon.

@gyanendrasinghpanwar I started that today, perhaps since i'm going from top to bottom you could go bottom to top and meet in the middle, maybe you could start typing FormGrid?

A better option here is probably the `requestOptions` plugin, see a trivial example here: https://codesandbox.io/p/sandbox/http-request-plugin-example-forked-y3m9v2?file=%2Fsrc%2Findex.js%3A8%2C19 I think the problem you're running into here, though, is that, at the moment, the...