Questions tagged [react-toolbox]
89 questions
1
vote
1 answer
React onChange event doesnt return object
i'm setting up a simple signup form with react and using an onChange handler to update state. the event argument caught by the onChange handler is a string and not an object .
therefore i'm unable to access event.target.value or event…

Jayaram
- 6,276
- 12
- 42
- 78
1
vote
1 answer
Configuring react-toolbox sass variables with toolbox-loader
I want to change the default value of $appbar-height variable.
I create toolbox-theme.scss file with
$appbar-height: 3 * $unit !default;
But I get a lot of errors:
ERROR in…

Július Retzer
- 1,055
- 1
- 10
- 25
1
vote
1 answer
React Toolbox Use Default CSS Style
How do I correctly use the default styling of React-Toolbox?
I would like to try this library, but have lost hours trying to configure the scss/css. I can import and render react-toolbox components, but they are not styled.
Roboto font and material…

stubbly
- 47
- 1
- 6
0
votes
0 answers
CSS class not being applied even when exported react-toolbox
I am using react-toolbox and react-css-themr to supply theme. I create my contextTheme and supply it through ThemeProvider. Everything's seems fine. I am using webpack, the styles are exported and loaded in the attribute of my page, so there is no…

Jason Krowl
- 84
- 2
- 15
0
votes
0 answers
Error: Maximum update depth exceeded (again!)
I'm guessing that this is React 101 and has been asked a stack of times, but I can't see what I'm doing wrong.
Something is causing this code to get into an endless render loop and crash. I suspected the isLoggedIn flag, but am not so sure now.…

Damien Sawyer
- 5,323
- 3
- 44
- 56
0
votes
1 answer
React / Redux alerting best practices
I'm new to redux, and I'm rebuilding a fairly complex reactjs app using redux.
I thought it made sense to build a "feature" for notifications that would have a slice of state with like
import { createSlice, PayloadAction } from…

user101289
- 9,888
- 15
- 81
- 148
0
votes
0 answers
React-toolbox date picker calendar dialog is moving DOM to the top
I have problem with react-toolbox's date picker and want to ask maybe someone had same problem. So, when I click on date picker input calendar dialog opens and moves background to top of the page. I want that modal would open on same position, where…

PrEto
- 395
- 2
- 7
- 23
0
votes
1 answer
reacttoolbox input component not validating characters
I am using React-toolbox component Input with type="tel"
How do you prevent the component to not accept invalid characters like alphabets?
I want it to accept only numbers. The input should only be a valid telephone number including international…

cam
- 129
- 1
- 12
0
votes
1 answer
React-Toolbox: Trying to align the Cards next to each other horizontally
I am using React-Toolbox and within that context, how can I get these Card elements to align horizontally, one next to each other. I tried display: inline-block and it separated them out into three separate cards which was something I eventually…

Daniel
- 14,004
- 16
- 96
- 156
0
votes
1 answer
Internet explorer 11 & webpack V3 - doesn't bundle css variables
I'm working on a React\Redux project, bundled with webpack.
After upgrading webpack V1 to V3, IE (11) support is broken, some of the elements have the attached css rules and IE can't handle it.
On google chrome everything is…

Sharon Haim Pour
- 6,595
- 12
- 42
- 64
0
votes
1 answer
react-toolbox dependences: Uncaught TypeError: Cannot read property 'string' of undefined
i trying to use react-toolbox with webpack 4 and react 16 but i have a problem loading react-toolbox dependences, they can not require prop-types, though it exist in node_modules: i getting the…

Monica Mota
- 1
- 2
0
votes
1 answer
React Toolbox Tabs giving error when used within ThemeProvider
App.jsx is:
1Primary content
Sec content
…

skyblue78
- 59
- 1
- 5
0
votes
1 answer
react dropdown on IE
I'm just starting with react and I have an issue with displaying a dropdown caret(arrow) in IE11. I'm using react-toolbox and it is visible in Chrome and Firefox.
After some investigation I thought it was an issue with rendering :after element in…
0
votes
3 answers
How to use text instead of Icon for react-toolbox menu?
I am using react-toolbox menu for my website. Based on the example given in the documentation React-toolbox menu, I can only use icon as my menu. How can I use text for the menu instead?
Example of what I want to do:
When I click the blog text…

Alvindrakes
- 596
- 7
- 18
0
votes
1 answer
React-boilerplate Package versioning mismatch error even though Package updated to required version
I am using react-boilerplate [3.5.0] and trying to install react-toolbox. After installation we are supposed to run command npm run build:dll and now it gives error =>
Building the Webpack DLL...
Your current PostCSS version is 5.2.18, but…

Tripti Rawat
- 645
- 7
- 19