kbss-cvut / s-forms

SForms - Semantic form generator and processor. For ontology-based smart forms.
GNU Lesser General Public License v3.0
4 stars 7 forks source link

Migrate to bootstrap 5 #362

Open blcham opened 1 week ago

blcham commented 1 week ago

This relates to #352. However, I tried it in Netlify, and it does not work properly: image

Part of the task should be to go over all forms and check that they look the same (maybe Chromatic is exactly built for that).

A/C:

palagdan commented 5 days ago

@blcham

The issue could be related to the version of React Bootstrap in s-forms. I will try update React Bootstrap first, then Bootstrap itself.

This makes sense since the input field is a React Bootstrap component.