3,566
questions
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,
...
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 ...
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 ...
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 ...
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:
...
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 ...
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 ...
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-...
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 ...
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 ...
-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 ...
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>, ...
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 ...
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">
...
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 *...