As you type the text area gets bigger. Add this piece of code to your textarea style: textarea { resize: none; } After it you can use the height and width properties to define a fixed height and width for your <textarea> element. TailwindCSS Page Creator. The action of typing or holding down shift + enter still resizes the box. to disable all textarea { resize: none; } only vertical resize textarea { resize: vertical; } only horizontal resize textarea { resize: horizontal; } disable vertical and horizontal with limit textarea { resize: horizontal; max-width: 400px; min-width: 200px; } disable horizontal and vertical with limit textarea { resize: vertical; max-height . <div> <b-form-textarea id="textarea-no-resize" placeholder="Fixed height textarea" rows="3" no-resize ></b-form-textarea> </div> Auto height Full screen Preview. GREPPER; SEARCH ; WRITEUPS; FAQ; DOCS ; INSTALL GREPPER; . rev2022.11.7.43014. CSS source .resize-none { resize: none; } More in Tailwind CSS Utilities Will Nondetection prevent an Alarm spell from triggering? "textarea autoresize false" Code Answer. Tailwind CSS: How to Disable Resizing of Textarea - Kindacode Can you say that you reject the null at the 95% level? An example of data being processed may be a unique identifier stored in a cookie. The HTML <textarea> uses the resize property to set the height and width of the text area.. How to Create Auto Resize Textarea Using JavaScript - CodingStatus Best Ways To Build A Textarea With Tailwind CSS However if you are using the input fields or text areas for editing the code or . Bundle size. The consent submitted will only be used for data processing originating from this website. Fork. vertical - Resize the element vertically. The size is specified by height and width properties by using CSS and it is fixed. To disable the resizing (drag thumb) just use resize: none; . You can control which variants are generated for the resizing utilities by modifying the resize property in the variants section of your tailwind.config.js file.. For example, this config will . Post a comment. If you would like to change your settings or withdraw consent at any time, the link to do so is in our privacy policy accessible from our home page. Tailwind CSS class: .resize <textarea class="resize bg-gray-200 m-2 block">Default</textarea> Preview Default Check .resize in a real project Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component. How To Disable Resizing of Textarea - W3Schools How do I style a