https://avo.cool logo
Is it possible to have the value from one input...
# avo-2
m
Thread automatically created by kadams54 in #740893011994738751
l
would you like that to be populated in the UI by using JS?
because if not, I can see the scenario of showing username disabled in the New view, and having a callback on the model to autofill the email once it's saved
the JS way is possible too
you can create a stimulus controller pretty easily and attach some events
b
Ah, yup,
before_save
callback works well. Thanks!