How to configure a Bootstrap textarea element to fill the parent div vertically?
I am using bootstrap and plain HTML CSS. I have a
Text selection and replacement not working properly in textarea
I’m trying to make buttons for formatting (like making bold, italic etc) the selected text (md and/or html) of textarea tag using JavaScript. Sometimes it works and sometimes it doesn’t without giving …
javascript pick random line from a textarea
I’m trying to get a javascript pick a random line from a textarea. Sorry, big noob here. Currently my code looks like this, and I’m quite sure there are silly mistakes in it. I’m just kinda stuck. …
Highlight specific words in textarea angular 8
I am trying to select a few words from the textarea and create bootstrap chips. I am able to create the chips for selected words. I am trying to highlight the selected words with different background …
Setting a different color only for words which came out of dropdown in textarea editor(angular)
What I did: I have a dropdown. I also have a textarea. I enter text in textarea and I also choose words from the dropdown and add it to the textarea. I have done this part. Problem: Now I wanna …
React: Appending Text to a TextArea
I wanted to ask how I could append the output variable (which I get through the post call with Axios) to the textarea, which takes the input variable as its value. I just have literally no idea how …
Textarea javaFx Color
Am trying to develop an app that looks like a terminal console, am using a TextArea for that and my wish is to habe a black background and green text, the point i want to do this without using any …
How do I set textarea scroll bar to bottom as a default?
I have a textarea that is being dynamically reloaded as user input is being sent in. It refreshes itself every couple seconds. When the amount of text in this textarea exceeds the size of the textarea,…
Can you have multiline HTML5 placeholder text in a
I have ghost text in textfields that disappear when you focus on them using HTML5’s placeholder attribute: I want to use that same …
Can’t update textarea with javascript after writing to it manually
I’m writing an online application where I save some texts to the database. There are like 5 “textarea”-s and 5 “input type=text”-s. I’m also implementing a search to easily find and edit the DB …