I am the opposite of a code monkey, so please forgive me if this is a simple solution. I have searched and searched and though I've found possible code examples, cannot find any information on how to fix the issue.
I've created a form-fillable PDF. I have fields that calculate based on inputs. I have a dropdown box that auto-populates some of the numbers (to add to the manual inputs). All of these work great!
I thought I would get fancy and further fill some of my data in the form. This is where the problems get funky.
I am setting the fields as shown, but those numbers can no longer be modified afterward.
this.getField("RanksPsy").value = psy; this.getField("RanksBlade").value = blde; this.getField("RanksBrawl").value = brwl; this.getField("RanksCou").value = cou; this.getField("RanksDip").value = dip; I have buttons to increase/decrease the Ranks... fields, but the dropdown locks them and I'd like to avoid that if possible.
Is there another way to set those fields without using this.getField?
Thank you.
https://stackoverflow.com/questions/65756162/is-it-possible-to-manually-edit-data-after-a-dropdown-auto-populates-the-field January 17, 2021 at 08:33AM
没有评论:
发表评论