### 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 ```sql 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