Dawid Sibiński (legacy work account)

Results 18 comments of Dawid Sibiński (legacy work account)

@crcollver unfortunately no... Validation in FormIO component is totally unreliable. We've already done many "haxes" in the JSONs of the forms/submission objects for different things, because FormIO is veeery buggy,...

I also installed the newest https://www.npmjs.com/package/@formio/react, but can't use it with TypeScript because of no typings..

+1 to this issue. We can change the form's language in JS in `then()` after `createForm()` finishes, but how to achieve that in React FormIO? @travist ?

@darshanksexathought yeah, I know that. I was wondering how, in the example you provided, I can change only the form's language, but not the builder. So let's say that I...

Yes, exactly. Imagine that an administrator, who is responsible for creating forms speak Spanish. So the FormBuilder and its elements for building forms (buttons, tabs etc.) should be in Spanish....

I know that ;) I want to use predefined i18n json with translations, but still set different display languages for form and FormBuilder. But didn't find any way to do...

Thanks for answering @darshanksexathought , but you still don't get me ;) `Form` component is all good. I know we can display it in a language provided as a `language`...

The issue originated from this bug: https://github.com/formio/formio.js/issues/3531 Actually I tried to workaround that by setting a non-existing language on the form definition. It would make the builder be translated, but...

@chencym321 I've been seeing this same warning lately. However, I've never reported it - most of the issues I report are never fixed, so I decided to live with it...