Skip to main content
0 votes
0 answers
19 views

Matrial css autocomplete asynchronous not working

Autocomplete is working if used pre-defined data without await. Although dropdown menu shows up when clicked on input field with keyword in it var data = { "Banana": null, ...
Dev Chauhan's user avatar
0 votes
1 answer
43 views

Table rows occupy extra space (beyond set height) despite of fixed height table container

I was debugging this issue in my project since couple of days. It took a hell out of me in this whole debugging process. You will see the bug as standalone so you might not realise that how tough it ...
Utsav Tayde's user avatar
1 vote
2 answers
62 views

Autocomplete MaterializeCSS is not working

I'm trying to create a simple lookup form using Google Apps Script. The form uses data sourced from a spreadsheet to populate a number of autocomplete input fields. I can't figure out why the ...
dfear's user avatar
  • 38
1 vote
1 answer
111 views

Django Choice Dropdown Not Working on Cloned Form in Formset

I am cloning my an empty form in django following guidance I've found elsewhere in stack overflow. The JS will append a new form as intendended however the dropdowns from a choice widget are no ...
krewsayder's user avatar
0 votes
1 answer
36 views

Problem with apps script web app + materialize autocomplete on dynamic table

I have problem with forcing materialize autocomplete to work on dynamic table. It works fine on static element of the table. I am using js document.createElement. Console tells me html looks the same: ...
Raf's user avatar
  • 1
0 votes
1 answer
35 views

Sticky Footer Works in HTML project but doesn't work in React Project

I am building a Web Application using React. I created a html "Sandbox" of sorts to play around with the design and feel so I could easily show my bosses what it would look like and how it ...
fatdollar's user avatar
0 votes
0 answers
34 views

Materialize-CSS burger menu doesn't trigger sidenav in Angular project

I'm trying to implement a burger menu triggering a side bar when on mobile in my Angular project. However, despite being displayed the menu icon doesn't trigger the side bar when I click on it. The ...
Tristan Lacombe's user avatar
1 vote
1 answer
47 views

Materialize - activeIndex returns -1

After reading the autocomplete documentation here, why on onAutocomplete it always log within the console the value -1 and not de id from the chosen option in data array? <div class="input-...
Ygor Montenegro's user avatar
0 votes
1 answer
130 views

Browser resize distorts ngx-datatable when used with material tabs

I'm using a ngx-datatable 19.0.0, Angular version 11.1.0 and Material version 11.2.13. When I using props [columnMode]="'force'" directly in ngx-datatable, the page load correctelly and the ...
Luciana Oliveira's user avatar
0 votes
0 answers
17 views

How to iniialize materialize css in my node project to use sidenav

I am working on a nodeJs app which has a main secssion. Within the main secssion i have a partial secssion called _header. I want to use materialize css in my app to bring a sidenav. But i am not able ...
JOSHUA ABRAHAM's user avatar
-2 votes
1 answer
254 views

Putting Cards (card reveal) side by side in Html or Css

I need a little help with my html code. I cant seem to find the reason why my two cards are not wanting to be side by side in my page. I want at the same time to make the two cards be able to resize ...
sarah garson's user avatar
0 votes
1 answer
45 views

Trouble with <select> and framework materialize

I'm trying to learn how to use the materialize framework (it's for a uni assignment) I have added the framework to my project but it seems that the framework has somehow vanished the <select>, ...
JOSE ALFONSO GARCIA PEA RODRIG's user avatar
0 votes
1 answer
165 views

rails 7.1.3 doesn't execute application.js

Hi everyone i've been using rails 7.1.3 and i faced some problem in javascript side where application.js does compile my jquery please if you can help me about that i will be greatfull iv'e been ...
LAX's user avatar
  • 3
0 votes
0 answers
34 views

vue materialise autocomplete

I am trying to figure out the Javascript I need to write to be able to get autocomplete to work on my page. I am using Vue, Materialize. <template> <div class="field center"> ...
krisrr3's user avatar
  • 105
0 votes
0 answers
43 views

Getting a NaN in angular materialize index tabel

I have a table and data in in and I want to have one column as a number of table, index of table. But getting NaN <ng-container matColumnDef="index"> <th mat-header-cell *...
chivas's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
238