3,564 questions
0
votes
2
answers
35
views
how to dynamically create materialize ui slider element
I am importing imgur images and trying to handle cases where there are multiple images in a single post by using materialize UI sliders. However, my implementation resulted in an empty card being ...
2
votes
1
answer
184
views
vite dependency resolving issue: missing ... specifier
I have an old Laravel project where https://materializecss.com is used. Problem is it's old and buggy and it's abandonded in 2018. I decided to switch to popular fork - https://materializeweb.com.
But ...
0
votes
0
answers
20
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
54
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
72
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
119
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
38
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
37
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
46
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
49
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
185
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 ...
-2
votes
1
answer
276
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
56
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
209
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 ...
1
vote
1
answer
36
views
Why does my searchbar appear in the worng location?
After clicking the searchbar white space which should appear on the navbar.
However, it appears in the wrong place when using Chrome:
It looks properly on Firefox:
(but then layout of site is ...