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

The missing widgets and form manipulation library for Django

Results 46 django-formset issues
Sort by recently updated
recently updated
newest added

https://github.com/user-attachments/assets/e302d2fb-593e-42e2-8ecb-e5cfb1101cd8

Hi all, I found some potential issues regarding the `RichTextarea` and `RichTextField`: #### Issue 1: Menu bar and character counter change position on new-line input triggering scroll When pressing Enter...

### Outdated (see second comment), I've also changed the issue title to describe my other issue instead of the one here (see first comment) Show outdated info Hello, I managed...

bug

Django allows the user to attach additional css/js resources to a form or a widget. Currently, `FormCollection`s can have a `Media` class to provide additional resources for themselves to use,...

enhancement

If the number of options (the number of records in the database table) in Selectize is greater than the max_prefetch_choices constant, the "filter-by" filtering mechanism does not work. The request...

bug

When using `submit` in an action chain, one can use its argument to send extra data to the server. However, trying to do the same with `submitPartial` doesn't work: the...

bug