Azure / api-management-developer-portal

Developer portal provided by the Azure API Management service.
MIT License
478 stars 306 forks source link

Fixed enum values processing for console operations' query and template parameters #2476

Closed jsorohova closed 1 month ago

jsorohova commented 1 month ago

Problem: If you have a query parameter where you set "No default" and provide other optional values, the "Try It" sidebar defaults to the next possible value under "No default", rather than starting as blank (without a default) as expected.

Solution: Added a placeholder when no default value is selected. Added a validation message when a parameter is not required.

Closes: #1529, #1730, #2384

github-actions[bot] commented 1 month ago

Accessibility Insights Accessibility Insights Action: All applicable checks passed