elements
elements copied to clipboard
anyOf dropdown resets selection unexpectedly in Stoplight UI
Context Using the Stoplight <API /> component with anyOf fields . Dropdown selection doesn't persist, making testing harder.
Current Behavior After selecting a field (like bcd or xyz), the dropdown resets to the first option (abc) after a few seconds or on re-render.
Expected Behavior The selected option should stay selected until the user manually changes it.