You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm, I have the same issue in my project when used within StackedInLine admin.
After saving the object, the default value is displayed correctly (in my case - empty dict) and is editable, but before saving the object, the widget does not display any data and is not responsive.
Description
Hello! I am using this library in some projects, but I found a problem specifically when using in a Django admin.TabularInline.
What I Did
Basically, when I open a new row in the Inline, it appears the widget, but I cannot modify it.
![imagen](https://private-user-images.githubusercontent.com/119288844/342274205-046b54fb-f2f8-4113-9a54-699a08a38ecd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzI0NDYsIm5iZiI6MTczOTIzMjE0NiwicGF0aCI6Ii8xMTkyODg4NDQvMzQyMjc0MjA1LTA0NmI1NGZiLWYyZjgtNDExMy05YTU0LTY5OWEwOGEzOGVjZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMDAyMjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZDY0MTE2NmQ0MzU4NGNiMzA5ZjUzZjkwZThmNTQ1NzI5MDkwYmZkMzQ0YzRlYTc0ODBkNjBhN2Y3MjNlN2Q2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0f4M6toxyHJ-MoLWVWlaHPhwmjFnZ1Ka3RezOc5aOQM)
I can click, I can try to type but it doesn't work
Tried this in Chrome and Firefox and got the same results.
However, if it already has data, it is possible to modify
![imagen](https://private-user-images.githubusercontent.com/119288844/342274681-0ffdcf4e-8b45-4a59-a7f8-e226dc83eac5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzI0NDYsIm5iZiI6MTczOTIzMjE0NiwicGF0aCI6Ii8xMTkyODg4NDQvMzQyMjc0NjgxLTBmZmRjZjRlLThiNDUtNGE1OS1hN2Y4LWUyMjZkYzgzZWFjNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMDAyMjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMjI5ZmEwMzgzZTFjNjI4YTZlODgwNzZjOGY1ZGYyNjBjNTAxOWEzYTU5ODAxOTMxMzQ2ZjUwNWVkNTU3ZTZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.V4-RTS_TkAy9JuHsSZOXzL6FULkh0EV3q-hR0TVUWus)
Thank you very much for reading, I hope you can replicate it :)
The text was updated successfully, but these errors were encountered: