I have a problem with bootstrap (4.5.2) added to Symfony project(5.1.3).
I've added all links from starting-template to base.html.twig file:
Everything from bootstrap works properly(for example NavBar) excluding forms. It means, inputs does not have "bootstrap style" "out of the box". I am sure it was working in previous versions of Bootstrap/Symfony but not now. Maybe I missed some command or now I need to set something but I don't know what.
Here is how it is looking right now:
What I expect "out of the box":
I know that if I'll add "form-control" class I'll achieve this but earlier it was working automatically.
Does anybody know how can I solve this?
Greetings