Questions tagged [react-toolbox]
89 questions
0
votes
1 answer
How to show Tooltip only onClick in react toolbox
There is a Tooltip example in react-toolbox offical docs. How can i show Tooltip only onClick event on Input.

peja
- 866
- 10
- 19
0
votes
1 answer
Text field stays empty
I'm trying to integrate a React-Toolbox Input component with Redux-Form. However, the Input component remains empty when typing. I'm using https://github.com/react-toolbox/react-toolbox/issues/1293 as a guide for the integration.
import React from…

Danny Sullivan
- 3,626
- 3
- 30
- 39
0
votes
2 answers
How to include React as plain JavaScript file
Is there a way to achieve this? I use react.js in the front end only and want to keep it like this.

Lokomotywa
- 2,624
- 8
- 44
- 73
0
votes
1 answer
React-toolbox Tabs don't get rendered when code is imported from another file
I am using react-toolbox Tabs and they don't get rendered if I extract them into a separate file, but they render if the code is extracted in the same file. I cannot figure out the reason why that happens. For example:
function programDayTab({id,…

Alin Pandichi
- 955
- 5
- 15
0
votes
1 answer
Is it possible to add infinite scrolling to React Tool Box Table body?
I am using react-toolbox table component in my app(react-toolbox for material styles implementation). I need to add infinite scrolling pagination for the table body. I found some libraries which does this for me, some of those are react-infinite,…
user5710450
0
votes
1 answer
React-Toolbox write story for table
I'm writing a story for React Table and I got below error:
React-toolbox document was not updated. I think. Because I can not find model and source properties in the source code
There is my component source
import React from 'react'
import…

Toan Tran
- 1,937
- 1
- 24
- 37
0
votes
1 answer
Someone help me setting up a react-toolbox project with scss support, redux-devtools, hotmodule replacement?
I am trying to set up MERN project. I need below configuration
react-toolbox as UI library
scss and css for styling
hot module replacement
redux devtools for development
Is there any boilerplate which is having this setup?
If not please someone…

TheAJR
- 1
- 2
0
votes
1 answer
React toolbox deletable chips
I try to add many chips (http://react-toolbox.com/#/components/chip) but I really fail with React...
The exemples in the link only show a single deletable chip. As long as there is a single Deletable Chip, it works, but I can't make it works with…

Spas
- 1
- 1
0
votes
1 answer
how to iterate over an array in react-toolbox DropDown
Initially i was using simple html select box in reactjs and i iterated my array coming as props in child element as

Vikram Saini
- 2,713
- 1
- 16
- 33
0
votes
1 answer
react-toolbox css config in webpack 2 not working
I am working with webpack and I have been trying to config react-toolbox library.
I managed to make it work but the css is not loading.
webpack.config.js

Yotke
- 5
- 3
0
votes
1 answer
PostCSS Module Parse Failed on Windows 10 build
I'm running into an interesting error with my react build. My configuration runs perfectly fine on my Mac, but I get the following error when running on my Windows 10 computer:
ERROR in ./~/react-toolbox/lib/app_bar/theme.css
Module parse failed:…

5arias
- 1
- 1
0
votes
0 answers
React ToolBox AppBar menu - how to include menu items?
We've just started using React-Toolbox and having a few problems adding menu items to the icon menu. The documentation doesn't have any info on doing this, so does anyone have an example of how to add them when using the AppBar within a component…

S Cullum
- 1
0
votes
1 answer
Map props to state for react toolbox input
React toolbox seem to require I use state for its input values http://react-toolbox.com/#/components/input. How can I map my redux props to state for use with react-toolbox?

Jiew Meng
- 84,767
- 185
- 495
- 805
0
votes
1 answer
best practise react-toolbox changing default styles
I'm using the react toolbox in my react project. Is there a way to set some default styles which override the styles from react-toolbox?
Wan't to change some colors and paddings?
Thanks for your help.
Can I do this with something like…

Felix
- 5,452
- 12
- 68
- 163
0
votes
1 answer
Any on hide event for react-toolbox snackbar?
I am using react-toolkit Snackbar component with Redux. Each snackbar is modelled as an object in the Redux store. But I want to remove this object everytime the notification times out or is dismissed/hidden. How do I acheive this?
Do I need to…

Jiew Meng
- 84,767
- 185
- 495
- 805