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

All Questions

Tagged with
0 votes
0 answers
80 views

How to change AngularJS UI Grid cell font color during cell edition

1.Background The following code snippet shows that it is possible to change the font color of a textarea element while it is being edited (font color changes from black to red if the word foo is typed)...
Fabien Launay's user avatar
1 vote
0 answers
54 views

How to make the content of full calendar scrollable horizontally

I have a full calendar component using version ^6.1.8 version Angular 15 and I want to make the view of calendar scrollable at certain width p.s 500px because on mobile days look so thin. I want the ...
flaw's user avatar
  • 33
1 vote
0 answers
26 views

Angular Js Select is not working in Android

I have the following AngularJS code, which works fine on an iPhone. However, when using Chrome on an Android device, the button is unresponsive and nothing happens when it is pressed. I have tried ...
Gene_Nostrada's user avatar
0 votes
0 answers
26 views

Changing the hover color in a cascading dropdown button

From the title of this question, I've been trying to change the options hover color of my dropdown options from the default blue to this #f2f2f2 but I am not able to. I was able to add a select focus ...
Diana's user avatar
  • 13
0 votes
0 answers
28 views

Window.print() Page break not working for merge row

I'm stuck with this problem. I used many solution but still not solved. I have a form with table data, but the table has row merge with many "<td></td>". I want to page break <...
Ric Ker Banton's user avatar
0 votes
0 answers
25 views

jsPDF not converting Sublist marker in angular

I'm using CKeditor and it doesnot add any custom markers as far as i know. when i'm trying to download the div every styleing indentation is right except for the sublist marker which are replaced by %...
Harsh Nagarjuna's user avatar
0 votes
0 answers
36 views

Is there a way to get the plain html and css equivalent from a React Native app?

I have created an app with React Native and I want to get the html and css equivalent of the screens and components. The reason is that I already have an app made with Angular / ionic fully functional,...
Vapor's user avatar
  • 9
1 vote
0 answers
50 views

Angular 1 application not letting me add overflow-y auto property to drag items correctly

I have an angular 1 application that uses the angular dragdrop library. This is the container of the cards that can be dragged in the view: <div class="thumbnail stage" data-drop="...
Some d's user avatar
  • 75
0 votes
0 answers
15 views

angular.copy on element of type CSSStyleDeclaration

ran into a problem using angularjs writing: const originalStyles = angular.copy(el.style) when style is of type: CSSStyleDeclaration later on,i try to access originalStyles.position it works well on ...
shahar's user avatar
  • 87
-2 votes
1 answer
74 views

HTML Date Input not showing date using JavaScript

I am working on hybrid application using AngularJS and Angular 8. I am using datepicker to show date which is fetched from API but the problem the problem is if I use input type as "text" ...
Mohit Kumar Sharma's user avatar
0 votes
0 answers
20 views

Unable to populate dynamic data in dialog using javscript

I am working on hybrid application using Angularjs and Angular 8.I am trying to populate data inside the dialog which contains paragraphs,inputs,textarea and label. When I click the icon to open the ...
Mohit Kumar Sharma's user avatar
1 vote
1 answer
136 views

Ng-Zorro conflicting with Bootstrap

I've created a search bar that includes a magnifying glass and a clear button ('X' sign). HTML: <div class="search-container"> <input class="search-Input form-control ...
Anna Uspenskaya's user avatar
0 votes
1 answer
34 views

Why div element is not expanding back to the original size when change the browser window?

This is HTML <div class="analysis-area"><div class="chart-wrapper"><div class="chart-panel"><p-chart #pAccuracyChart type="bar" [data]=&...
Avishka's user avatar
  • 21
1 vote
2 answers
71 views

A CSS class is not fully applied to a button inside a span element

The style in span is partially not working. I am trying to set a CSS component on my buttons. There are three buttons in total and two of them already existed before I mand. The CSS class is ...
Isabela An's user avatar
0 votes
0 answers
38 views

Prevent div in flexbox from changing width with additional content

Hi I have this web page where I have a list of angular.js directive elements that are strucured in a flexbox. The directive elements look something like this: <div class="variable-input-...
Sigmarod's user avatar

15 30 50 per page
1
2 3 4 5
600