Skip to content

readonly and disabled are not applied to text area form elements #450

Closed
@djyotta

Description

@djyotta

Introduction

The textarea input field can not be disabled or readonly.

To Reproduce

List of steps to reproduce the behavior. Include the sql file you are using and the eventual relevant parts of your database schema

SELECT 'form' AS 'component';
SELECT 'Paste something here...' AS placeholder
, 'content' AS name
, 'textarea' AS type
, '' AS label
, TRUE AS disabled
;

Field should not be editable, but it is.

Version information

  • OS: MXLinux
  • Database: N/A
  • SQLPage Version: 0.24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions