django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Please support form-outline layout variant

Open mloepfe opened this issue 3 years ago • 1 comments

I'm using Material Design Bootstrap (MDB) and there is very stylish form field layout variant in use. If you would allow layout='outline' and the use the 'form-outline' class instead of 'form-floating' it would work fine.

The problem is, that the label has to be rendered after the input widget (like as in floating layout). So there is no easy workaround for this.

Bildschirmfoto 2021-08-05 um 10 55 11 Bildschirmfoto 2021-08-05 um 10 55 41

mloepfe avatar Aug 05 '21 08:08 mloepfe

See #159. The fact that MDB also (might) required changes in element order drives me towards "This needs a clone".

dyve avatar Nov 01 '21 06:11 dyve