formio.full.min.js unminified with developer friendly readable code instead of production ready minified. #5658
Unanswered
shashank-brightness
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, first of all thank you for this awesome library.
I am using this and i need to override template for one of my component but for that i need to override the default radio component (which is actually the array of checkboxes) i.e.
selectboxes
which i am not able to do as this code is production ready.As you can see in above screenshot, there is this loop which says
e.values.forEach
and i need to add some more data in this to modify default templates of selectboxes and for that i want development friendly code so can i insert my own things at suitable place.But I am not sure how to download this library without minification enabled. I tried searching inside
dist
folder and there is oneformio.full.js
but that didn't have that method or i am missing something. Is that same library without minification? i tried searching same code but could not found so probably not.is there any way one can compile himself without going into the detail of installation i.e. mongodb and all just for viewing source code purpose? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions