b1ek
b5828134a9
formik (or any other form framework) doesn't support setting field value programmatically. filter form uses 2 fields that are triggered by clicking a button, and that's the reason there's no other workaround. probably needs a rewrite |
||
---|---|---|
.. | ||
public/images | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
vite.config.js | ||
yarn.lock |
README.md
Pairent front
Hi there! This is Pairent's frontend source code tree.
Getting started
git clone https://github.com/vvsu-rent-project/dev_rent && cd dev_rent/pairent_frontend_react
yarn install
Then, either run yarn start
for development server or yarn build
to build static files.