Skip to main content

Questions tagged [placeholder]

The HTML5 placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format). The hint is displayed in the input field when it is empty, and disappears when the field gets focus.

placeholder
-1 votes
0 answers
18 views

Datalist "placeholder" not sent with form submission

I have a Python app that is updating a SQL database. One form (using Jinja) provides a datalist input that contains the current value (from the db) as the "placeholder" <input list="...
Dan'l's user avatar
  • 1
2 votes
1 answer
22 views

Unable to See Custom Placeholder in Sitefinity CMS

I am new to Sitefinity and currently working on a Sitefinity 15 project. I've added a custom placeholder (language-selector) to my MVC view (NavigationView.cshtml) as follows: @model Telerik....
Suresh R's user avatar
  • 249
-4 votes
1 answer
47 views

How to align placeholder text in <input> vertically? [closed]

I can't find a way to align my placeholder text vertically in an <input>. This is the HTML/css code: #input_1 { font-size: medium; margin-left: 10px; width: 1876px; height: 500px; ...
zer0's user avatar
  • 9
0 votes
1 answer
27 views

Issue with Placeholder Text in Custom NumberInput Component using React

I have created a custom NumberInput component in React and integrated it with Storybook. The component works mostly as expected, but I'm encountering a couple of issues: When I type the - or + sign, ...
gowsi gowsigan's user avatar
0 votes
0 answers
15 views

ProximityPrompt seems to only work in certain locations

I am working on a ProximityPrompt based teleportation system, and everything seems to work save for one. It does not work in it's usual spot, but works in other rooms. I have tried everything, but it ...
Jamie Singh's user avatar
0 votes
1 answer
265 views

How to add a placeholder to MUI Select component created by TextField?

I want to add a placeholder (-- Select --) to the following MUI Select component created by TextField with select prop. const [country, setCountry] = useState("") <TextField select ...
190303458's user avatar
0 votes
0 answers
19 views

How to populate a matrix assigning values based on placeholders?

I have a matrix populated with letters as placeholders. I need these letters to be substituted with integers ranging from 0 to 9. Each of these integers will correspond to one digit of a number formed ...
marty's user avatar
  • 1
0 votes
2 answers
37 views

Placeholder don't work with angular materiel?

<select id="chefId" formControlName="chefId" class="form-control" placeholder="d.ff"> <option value="" selected disabled>Sélectionner ...
Amine's user avatar
  • 1
0 votes
0 answers
12 views

Changing the placeholder color

I have this code and I want to change the color of the placeholder to white, the text is "E-mail" and it always turns to a light gray. `<div class="col-md-12 newsletter-box"> ...
Bruno Scopel's user avatar
0 votes
0 answers
18 views

Glide is showing the placeholder in CircularImageView until i refresh it shows the image from the url

I have a pretty basic load image from server line code: glideRequests.loadUrl(iv_hangout_logo!!, finalDatum.hangout_logo, R.drawable.ic_default_image, isLoadThumb = false) glide is stuck on ...
Ibrahem Abbas's user avatar
0 votes
2 answers
66 views

Changing default value in input field React

I want to create an app on React where a user can input a number of his bank card. In the input field will be a default value with 16 zeros and every next zero will immediately change to the inputed ...
Нікіта Гончарук's user avatar
1 vote
2 answers
88 views

Error while importing data from Google sheet to Google Slide using Google Apps Script

I am trying to import values from Google Sheets to specific placeholders in Google Slide. Here is the template of the slide. The issue is that it is not replacing some values in placeholders in this ...
EagleEye's user avatar
  • 319
2 votes
1 answer
113 views

Image placeholder for video loading in NextJS 14

I have next js 14 project. I have three videos for slider. I used swiper js. On one first slide, video sometime take times to load, it shows red background image. I am trying to put image placeholder ...
Umer Nasar's user avatar
0 votes
1 answer
46 views

How to create a placeholder has grid images in Flutter

Help, i want to create a thumbnail for each playlist in flutter. It will has 4 images with a grid layout like this. Those images are cover art of the playlist's child songs. I have search through the ...
hieuph13's user avatar
1 vote
0 answers
13 views

Placholder for TbExtendedGridView search input

I'm using TbExtendedGridView within the Yii framework with Bootstrap extension to display data in a tabular format. I have a search field within this interface, but I'd like to add a placeholder to ...
Martin Gaidos's user avatar

15 30 50 per page
1
2 3 4 5
140