Describe the bug
Hi, I've noticed that AdminJS doesn't get the values updated by chrome autocomplete.
For example address city would be blank after sending the create request. (only street would be filled out)
Installed libraries and their versions
adminjs@6.7.2
To Reproduce
Steps to reproduce the behavior:
Create something
Use the autocomplete feature
Click save button
Expected behavior
AdminJS should update it's internal state when input value changes
Screenshots
I have one more question/bug to report. I didn't want to create a separate issue as this could not be a bug :)
Throwing ValidationError has different behavior in After action then in Before action. In the After action it doesn't use the actionErrorHandler
Describe the bug Hi, I've noticed that AdminJS doesn't get the values updated by chrome autocomplete. For example address city would be blank after sending the create request. (only street would be filled out)
Installed libraries and their versions
To Reproduce Steps to reproduce the behavior:
Expected behavior AdminJS should update it's internal state when input value changes
Screenshots
I have one more question/bug to report. I didn't want to create a separate issue as this could not be a bug :)
Throwing ValidationError has different behavior in
After
action then inBefore
action. In theAfter
action it doesn't use theactionErrorHandler
The response in
After
looks like this:Let me please know if I should create a separate issue for this :)