Questions tagged [mantine]

Use this tag for questions about the React-based Mantine components and hooks library.

126 questions
0
votes
1 answer

Mantine form, prevent closing mantine modal after submitting

I am writing Form for updating information. Inside submit function I am sending new information to redux-toolkit state. Form is closing after submitting. However, I want to form must be stay open if state return a error…
user18268397
0
votes
3 answers

Center a div of unknown width, while mantining left align inside

Here is my html/css code. Please, move border horizontally until you get last row containing less elements then rows above. http://jsfiddle.net/wb5kT/ Problem starts here. I do want to center entire thing horizontally, so left and right distance…
Nameless
  • 2,306
  • 4
  • 23
  • 28
-1
votes
1 answer

How to Align Text Regardless of Number of Characters

I have a CSS problem to align the texts in the top and bottom column regardless of the character size. My problem is that the character size is different, so the texts are misaligned and I'm not finding a way to make them align. Can you help…
Coraggio
  • 13
  • 3
-1
votes
2 answers

Make flexbox gap available in older versions of browsers

I have some problem with flexbox gap (not working) in older versions of browsers and was recommended using stylis. https://www.npmjs.com/package/stylis Im trying to figure out the documentation but I'm struggling. I guess I need to create a…
-1
votes
1 answer

Javascript percent parser and formatter for number inputs

I'm looking to parse and format a percent directly in an input on user keystrokes so I don't have to worry about any mapping on submit/load with respect to api data. I want to show the value in a user-friendly way ([100%] instead of [1], [12 %]…
iamaword
  • 1,327
  • 8
  • 17
-1
votes
1 answer

Next-auth doesnt mantain session using apollo

after i log in and check the session on the same page I do get the session an the user object on the console Object { user: {…}, expires: "2022-10-11T01:12:26.311Z" } ​ expires: "2022-10-11T01:12:26.311Z" ​ user: Object { name: "admin@admin.com",…
alfonzo fong
  • 53
  • 2
  • 7
1 2 3
8
9