### Describe the bug you're encountering <!-- A clear and concise description of what the bug is. --> Request body value in try it out isn't being updated when switching to a different content type, if the value was edited. ### To reproduce... Steps to reproduce the behavior: 1. Go to https://petstore3.swagger.io/ 2. Click on `/pet` PUT request 3. Click on try it out button 4. Edit the value 5. Switch to `application/xml` content type 6. See that the value didn't update The same thing will happen if we edit `application/xml` first and then switch to `application/json`. ### Expected behavior <!-- A clear and concise description of what you expected to happen. --> The value should switch to the default value for the current content type. ### Screenshots <!-- If applicable, add screenshots to help explain your problem. --> When switching from `application/json` to `application/xml`: <img width="1407" alt="Screenshot 2024-03-14 at 14 53 20" src="https://github.com/swagger-api/swagger-ui/assets/44094416/a230d565-d421-4956-bb5b-9e25d3d244e9"> When switching from `application/xml` to `application/json`: <img width="1404" alt="Screenshot 2024-03-14 at 14 54 32" src="https://github.com/swagger-api/swagger-ui/assets/44094416/0a8fd5f4-a879-4da3-b771-691ba83620a6">