Skip to content

Select widget broken for AntD theme in playground #3609

Open
@AnimaLupi

Description

@AnimaLupi

Prerequisites

What theme are you using?

antd

Version

5.6.0

Current Behavior

With the new release of version 5.6.0 (which contained a probably somewhat related entry: Treat multiple as a boolean rather than comparing against undefined in the SelectWidget, fixing https://github.com/rjsf-team/react-jsonschema-form/issues/3595 ), the select widget when used with the AntD theme is broken IN THE PLAYGROUND ONLY (it works properly with a local installation).

This occurs both in "Widgets" example (simple select) and in "One of" examble (select used to discriminate).

The select just display the first value and if clicked it doesn't display any other value to pick.

Expected Behavior

The select widget for antd theme should display and let pick a value as in the default theme.

Steps To Reproduce

  1. Go to the playground (sorry, not sure how to provide a specific link there)
  2. Switch to "antd" theme
  3. Select "Widgets" or "One of" example
  4. Try to change the select input value

Environment

- OS: N/A
- Node: N/A
- npm: N/A

Anything else?

As noted in the comment, there's probably some issue with the build system configuration of the playground.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions