lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
880 stars 62 forks source link

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

Closed djyotta closed 6 days ago

djyotta commented 1 week ago

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