I've got a weird issue. I was doing some minor modifications on a form built with confiforms. I've added placeholder text to several of the fields. These fields are type textarea. When I save and view the page there is no placeholder text in those fields. There is, however, a space in the field. If I delete the space the placeholder's display. I have no clue why confluence would be putting a space in those fields. Placeholders work on text fields, but not textarea fields. I can't find anything in the documentation or online suggesting this is a problem, I am stumped. I am the space admin, but not a confluence admin.
Confiforms Textarea not showing placeholder text
471 Views Asked by Pat At
1
There are 1 best solutions below
Related Questions in CONFLUENCE
- Change page title in confluence without changing URL
- MS teams notifications for Confluence
- Update and format table in Confluence using REST API without html macro
- The problem with publish LaTex formulas in confluence
- js net::ERR_ABORTED 404 (Not Found)
- Atlassian Confluence REST API Error: Current user not permitted to use Confluence
- XMLInputFactory Error on IPhone App (not on Browser)
- Inserting dynamic excel sheet into confluence
- Can I have a shared Confluence page with an external vendor?
- Confluence read database via REST API
- scraping content from confluence
- Is there a way to read user's atlassian confluence data within my own web app?
- How to Access Number of Views for Pages on Data Center (On-prem) Confluence?
- Jira OR confluence automated task notification when coming up to due date
- check if page exists -confluence
Related Questions in CONFLUENCE-MACROS
- Update and format table in Confluence using REST API without html macro
- How to pass confluence page body content in confluence user macro
- XMLInputFactory Error on IPhone App (not on Browser)
- Jenkins Confluence Publisher - add data to a new cell
- Adding Dropdown and Editable Field Types in Confluence Pages/template
- Edit for a page is not offered even though I have admin privileges
- Loop over all children and subchildren of a space Xwiki
- Code using the confluence API to display statistics about the pages in 1 given space
- Retrieve all the pages within a space with ScriptRunner
- Confluence | How to create a pop-up dialogue or a landing page where users can insert their names to a box to be stored?
- Confluence: Is there a way to surround text with a class of "tags" that I can call up from a page that lists all instances where the tag is used?
- Atlassian Confluence Page content under my usermacro gets rendered inside Macro DOM Element
- Confiforms Textarea not showing placeholder text
- How do I add content for warning macro using storage format?
- How to create a button in connfluence page with rest api
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Have tried removing the space between the opening and closing tag of the textarea, if there are any blank spaces they come as an input to your textarea. if this doesnt work try aria-placeholder https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-placeholder