Skip to content

RadioList ignores setDisabled() for whole control #112

@jakubboucek

Description

@jakubboucek

RadioList ignores setDisabled() for whole control. It's works only when this method contains all options listed in argument $value.

This is not expected behavior for method signature:

	/**
	 * Disables or enables control or items.
	 */
	public function setDisabled(bool|array $value = true): static
	{
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions