apinf / openapi-designer

Design interface for creating Open API (Swagger) specification files
https://openapi.design
MIT License
69 stars 18 forks source link

Fix dropdown optionfields on IE #227

Closed tulir closed 7 years ago

tulir commented 7 years ago

Fixes #226

We weren't able to find any way to make the option conditions work properly on IE, so this pull request removes condition support from Optionfield options when using IE. Removing condition support will cause some options to display when they're not needed/allowed, but they should still be usable.

brylie commented 7 years ago

@apinf/core could someone with IE please verify this pull request?

tulir commented 7 years ago

We've tested it with a Win7/IE11 VM. All the dropdowns should be usable.

brylie commented 7 years ago

OK, feel free to merge.