FortAwesome / wordpress-fontawesome

Font Awesome Official WordPress Plugin
Other
56 stars 19 forks source link

Copy-paste errors on form element values #83

Closed mlwilkerson closed 3 years ago

mlwilkerson commented 4 years ago

I noticed when debugging another issue that some of the form elements on the CdnConfigView component have inappropriate values, probably from a copy-paste mistake. In the linked example, the <input> is given a value of "svg" when the data being controlled is not the technology option, but the usePro option, as indicated by the bound value for the checked attribute.