jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

The size of the input window does not change as the window size changes #137

Closed amikphoto closed 4 months ago

amikphoto commented 4 months ago

Still have the problem in 1.4 release

The size of the input window does not change as the window size changes

well spotted. This is because django-formset pilfers the styles from the original <select>-element and applies them to the web component implementing the functionality. I will try to add an event listener and recompute the styles.

Thanks for reporting.

Originally posted by @jrief in https://github.com/jrief/django-formset/issues/132#issuecomment-2053603974

jrief commented 4 months ago

Duplicate of #132

This bug has not been fixed yet and is not mentioned on the Changelog.