427 comments found.
Hi guys, I love using your template! It’s been so helpful for my platform. I’ve been using it for a few months now, huge thanks! I have a question regarding the capacity of the wizard form to handle form validation. I’ve been using your template, however, when i switch from tab 2 to tab 3, and if a validation error triggers, it reloads the page and restarts from step 1. I’m not sure what I’m doing wrong, the only addition I did to the form is adding a validate function to the reduxForm. It works on step 1 and every other form, but triggers a reload on step 2:
export default reduxForm({
form: ‘wizard’, // <——same form name
destroyOnUnmount: false, // <——preserve form data
forceUnregisterOnUnmount: true, // <——unregister fields on unmount
validate, // <——- adding validate here
})(WizardFormTwo);
Any help would be much appreciated. Thanks you.
Hi! Thanks for using our template! 
Sorry for waiting!
It is hard to answer without code, but it definitely should not work in that way.
You should check if you had right written “validate” and “onSubmit”, maybe the bug hid there.
We can advise you to try to do as here
https://redux-form.com/8.3.0/examples/wizard
Maybe you will find some bug on your side.
And again thanks for waiting! Hope it helps!
Best regards, Aspirity team 
I am interested to purchase but I am looking for Advance datatable examples (with search and filter options). Can you add these examples?
Hello!
Of course!) We’re working on it just now!
We will be adding new tables in the next update within a week or two!
Best regards, Aspirity team)
Hi!
The new version just released. The tables majorly updated.
Best regards 
I want to change $theme-colors of bootstap. primary , warning , danger to others color
Hi!
The components use colors from here: template/src/scss/settings/variable.scss
There you can change them.
This is an example where we use it:
notification—danger
Hope it helps 
Best regards Aspirity team.
This theme is very cools , but I want to redirect all request to login page when user doesn’t loged in.
Hi!
If we got your question right. You can read here about it:
https://medium.com/tomlarge/private-routes-with-react-router-dom-28e9f40c7146
Thank you for using our template!
Best regards Aspirity team 
How to download your new update?
Hello!
You just need to re-download the archive. The latest version is always available via the same link.
Best regards Aspirity team 
Hi, I like the design of this dashboard but I would like it to be the same as the website, do you sell any templates or how can I do that? Cheers
Hi!
What design do you have in mind? The demo is our template, and you can buy it:
https://previews.aspirity.com/easydev/dashboard_defaultDo you mean something else?
Best regards Aspirity team 
Hi, I’m talking about the website (sections “about us”, “contact us”, landing page, for example) I would like my website to have the same aesthetic design as the dashboard.
You can take a look at our html templates!
There are cool designed templates and you can find some you will like!
Check our portfolio 
Forgive me for being annoying and repetitive but I still don’t understand it well. If I buy this item “https://themeforest.net/item/easypro-developer-friendly-react-bootstrap-4-admin-template/21798550” does it include the web pages I see in “https://previews.aspirity.com/easydev/” so I can put my own logo and company information on it? Thanks
It does not include. But after purchase, you can contact us via product@aspirity.com
So we can send you some sketch\figma mockups which include the pages you need
It could help you to make something similar.
Best regards Aspirity team 
Dear Sir or Madam,
10 minutes ago I purchased your theme and now have problems to install it. Other themes are in zip for example with .html files easy to edit and upload them to webspace.
I got a zip file contain 3 folders: new-seed + seed-without-redux + template
But no html file?
In readme file there is info to install [Node] , [npm] or [yarn I don’t have this on my local computer and can’t install them on my webspace server.
How can I edit the HTML files and upload them?
Best regards Robin
Hi, Robin!
It seems you need html version of easydev. You can find it in our portfolio.
Thanks for choosing us 
Best regards, Aspirity team.
how to make a filter on a datatable of the type that I type a text and send to my API to be filtered
Hi! Thanks for using our template! 
If you want to filter your table data via ‘search’ input you need to:
1. Add input to your jsx file
2. Add onChange function to your input, where you can do everything you want to.
Here is an example of how to filter your array without any requests.
But if you want to send input value on your api – save your search value (input’s e.target.value) into the state on input changes and make an action that will get this search value on some button click.
Hope it’ll help!
Best regards, Aspirity team 
Hello! Does EasyDev work with amazon amplify? I visualised the form of build, but I would like an advice from you on the build of the application before purchasing the product.
Hello!
Sure! This is the front-end template. You can build your project and do with that whatever you need: add anything, place it anywhere, etc.
If you have any additional questions please ask, we will help you as soon as possible!
We wish you good projects 
How do you use this template/package? I’ve downloaded & unzipped it but am struggling to get it to work
Hi!
We have this Documentation / Installation page with a video example here:
https://previews.aspirity.com/easydev/documentation/installationAlso in the archive with easydev you can find readme file.
If you have any additional questions, we will be glad to help!
Best regards, Aspirity team.
how i can get update 3.0
Purchase codes
Authors may ask you for a purchase code to verify that you’ve purchased this item.
dd356bcc-c9d0-41c7-9be5-ff2c457fb9bd - 20 Jun 2020 REGULAR LICENSE
Hi!
Try to download it again now. The new version is available right here.
The license code is your private information. Please edit this comment and keep it safe 
Best regards, Aspirity team.
Hello, I am interested to buy this theme but I need to have the sketch files also for our designer. Are you going to support it again? Does the sketch file that you are sending contains the latest changes to the theme? Thank you for your time!
Hello!
Unfortunately, we are not going to resume sketch support. The last update is already old enough.
Best regards, Aspirity team.
I would like to report 2 bugs:
1) For the DropDownList in Dark mode, when i type in the dropdownlist, the text is dark instead of white. Text within the input should be white instead of dark color.
2) For the DropDownList, when i load a long list of items into it (e.g. 100 items or more etc), the focus for the drop down always starts on the second item instead of the first item. Users might miss out the first item when interacting with the dropdownlist.
Hi!
Thanks a lot for reporting, we are going to fix this in the nearest future.
Best regards, Aspirity team.
Hi! I haven’t found your sketch design anywhere(
Hi!
Unfortunately, we do not support sketch files any longer. But you can download the latest version here:
https://drive.google.com/file/d/1fZEZhSryTXg4odkUbJSXuduo1gCHkcT4/view?usp=sharingBest regards, Aspirity team. 
Hi, I’d like to know the current version of react used in this template. Specifically implementation of react hooks.
Hi!
React version is 16.13.1
The current version does not use react hooks, but in the next update, the basic components (for example, the input component) that make up the blocks of pages will be updated and written using react hooks!
Best regards, Aspirity team. 
Hi I got the error in browser console, while runing the application
Failed prop type: Invalid prop `children` of type `object` supplied to `ThemeComponent`, expected an array.
Hi!
Thank you for reporting, we are going to fix this in the nearest future.
Best regards, Aspirity team.
Does easydev react supports .net core 3.1 ?
Hello,
Our template is made without tidings to any backend. Which means that you can use any backend option you want.
Best regards, Aspirity team.
Hi,
I have purchased your template and updated to the may 2020 version.
I have an error with datatables and editable tables. This also happens with the online demo. I remember it used to work when I initially tested the template a few time ago.
Basic tables and Material tables are not affected.
The error is the following :
TypeError: Cannot read property ‘length’ of undefined at DataGrid.tsx:251 at qo (react-dom.production.min.js:153) at Aa (react-dom.production.min.js:173) at ms (react-dom.production.min.js:265) at lu (react-dom.production.min.js:246) at su (react-dom.production.min.js:246) at Js (react-dom.production.min.js:239) at react-dom.production.min.js:123 at t.unstable_runWithPriority (scheduler.production.min.js:19) at Ui (react-dom.production.min.js:122)
Can you please fix it and tell me how to update my version.
Best regards, Dominique Pavlin
Hello!
Unfortunately, we cannot reproduce the bug. Could you please download the latest version of the template (June 2020) and say us if you still experience the issue?
Best regards, Aspirity team.
Yet another question
Why is this code in the App componentDidmount componentDidMount() { window.addEventListener(‘load’, () => { this.setState({ loading: false }); setTimeout(() => this.setState({ loaded: true }), 500); }); }
Is this to show the loader functionality. Can it be removed as we pause the app for 5ms?
Hello,
This code imitates loading external data. Delaying is set for 500ms. You can delete this piece of code but in this case you need to change this:
constructor() {
super();
this.state = {
loading: true,
loaded: false,
};
}
to this:
constructor() {
super();
this.state = {
loading: false,
loaded: true,
};
}
Best regards, Aspirity team.
Hi, I noticed another behavior on the sidemenu. On larger screens, you may collapse the side menu so only the icons are shown. At that moment, the navigation is not working.
Hello!
Thank you for the report, we will fix this bug soon.
Best regards, Aspirity team.