# textarea The **\ /* xxx.css */ .textarea { placeholder-color: gray; } // xxx.js import prompt from '@system.prompt'; export default { change(e){ prompt.showToast({ message: 'value: ' + e.text + ', lines: ' + e.lines + ', height: ' + e.height, duration: 3000, }); } } ``` ![img](figures/000000.png)