Cyril Chapellier

Results 175 comments of Cyril Chapellier

> did we want to try for bootstrap 5? Yes sure (see https://github.com/jsonform/jsonform/issues/364 for instance) but I have no time on my hands to do so > how does test...

> and in some cases classes/plugins went away.. (dropdown) from the bootstrap core (v5) It's included, you just have to include popper.js with it: see https://getbootstrap.com/docs/5.0/components/dropdowns/

Hi @bluepuma77 Thanks for your report. I'm not entirely sure why this happens but I think it may be related to input group validation on the bootstrap side (https://getbootstrap.com/docs/4.5/components/forms/#validation); What...

Hi @AndreasReichl You are right, but then we break the Bootstrap3 element structure (which is `` inside `` as far as I understand (see [here](https://getbootstrap.com/docs/3.4/javascript/#buttons-checkbox-radio)). Which means: we should update...

Yes I know, I haven't got much time to update the templates unfortunately :/ How about switching to Bootstrap 5 directly ? I will trigger a major version change anyway...

Can you show the content of your schema / form ?

I think you're hitting this limitation: `It is restricted to direct children of tabarray fields for the time being.` See here: https://github.com/jsonform/jsonform/wiki#use-a-fields-value-as-tab-legend-with-value-and-valueinlegend Can you try to remove one level between...

Hello, I guess it's a duplicate of [this issue](https://github.com/jsonform/jsonform/issues/284) ?

Hi You can modify the templates if you wish. See https://github.com/jsonform/jsonform/issues/332 for instance (there are others discussions in various issues about this)

Hi all I've tried all the workarounds here, and none work, I'm still stuck without being able to build with the same error as the OP ``` /.../node_modules/react-native-share-menu/ios/ReactShareViewController.swift:10:8: error: no...