Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
14 views

HTTPS link in HTML Form being converted to HTTP with 443 port on load inside Iframe

Good afternoon everyone. I am working to embed reports in our application with the report service provider of Domo. I have created the following component. import React from 'react'; const ...
David S's user avatar
  • 21
-1 votes
0 answers
32 views

How to add a horizontal scroll onclick with a button or arrow?

I am trying to add a simple button to scroll horizontally, not using any libraries or anything just want to keep it simple. As of now I have the cards flowing horizontally in one row and there is the ...
Orca's user avatar
  • 1
1 vote
0 answers
13 views

not able to remove default placeholder in React semantic UI Input type Date

I am using the below input using semantic ui react form. <Form.Input name='StartDate' type='date' placeholder='' label='Start Date' readOnly={true} ...
Nillogical's user avatar
0 votes
2 answers
29 views

How to pin control elements in the chip list with flexWrap?

In base I have a list of filter chips. This chips are li elements and placed in the ul parent element: <Stack className={`${className} filter-list`} width='100%' component='ul' padding={0} ...
Michael Linker's user avatar
0 votes
1 answer
35 views

Simple Floating Placeholder in HTML and CSS wihtout setting background to placeholder

hello i am doing a simple floating placeholder on input. but i dont want to set the placeholder a background, since i have different input backgrounds and different background styles. is there a way ...
georgio bejjani's user avatar
0 votes
0 answers
14 views

Change Face-api.js landmarks pointColor

This is my code and i want to Change pointColor and lineColor but i don't know how? I am using fast-api.js library and i don't found any sample with customized Landmarks Styles. export const ...
Alleria's user avatar
  • 13
-1 votes
0 answers
25 views

Instagram Web View [closed]

I have a menu app designed for businesses, which they typically link to in their Instagram profiles to allow customers to place orders. The menu app doesn't require a login; instead, when a user ...
Simon's user avatar
  • 53
1 vote
0 answers
19 views

Accessibility issue - the screen reader announces incorrect information after submission [closed]

I'm using NextJS and I'm having an issue with the Screen Reader. When the modal is opened, it reads everything correctly. However, after submitting the formik on the modal, it narrates the footer CTA ...
Ignas's user avatar
  • 21
0 votes
0 answers
42 views

Base64 image in new tab wont render unless refreshed [closed]

I'm trying to render an image from my API to a new tab. I do this by getting the image in Base64 encoding, then using the "data:image/..." method. When I press a link to any image a blank ...
Vled's user avatar
  • 95
0 votes
0 answers
28 views

I'm writing code in react, and trying to display a pdf file inside a web page. but instead of the expected file, I see the same web page in that place

I'm writing code in react, and trying to display a pdf file inside a web page. but instead of the expected file, I see the same web page in that place. It means that there is a place destinated to ...
Delakour's user avatar
0 votes
1 answer
21 views

Failed to execute 'drawImage' on 'CanvasRenderingContext2D' even though image source is correct

I am trying to create an animation on scroll using an image sequence, but keep running into this error: "Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The ...
pcmila's user avatar
  • 63
1 vote
0 answers
24 views

Byte64 image text not rendering in localhost development environment when setting as image source (React)

I am working on a website where I am getting images from a database. The images are stored as "bytea" variables in a Postgres SQL database. As from all I've researched on stackoverflow and ...
Richard Strott's user avatar
-1 votes
0 answers
38 views

How Can I insert a div into svg? [closed]

I'm trying to put a react component into a svg and I did it but the items (elements) of the component are overflowing out of the svg path boundries. I want the svg path boundaries to not overflow the ...
ncjpr04's user avatar
0 votes
1 answer
54 views

Why is the background image in my code not fitting up the screen completely?

I've written a code in React JS and used Tailwind CSS to insert a background image in my code but the image is not filling up to the whole screen. Instead, the image has a margin of the same size on ...
Apoorva Walia's user avatar
2 votes
1 answer
68 views

How to create a curve on top of app bar when selected

I am creating one mobile appbar. I am trying to create a curve above when user selects it.i created another curve div. but that is separate div. so it hasn't worked out. I tried but I don't how to ...
crust salty's user avatar

15 30 50 per page
1
2 3 4 5
1244