jsyiek / AU2

GNU General Public License v3.0
0 stars 0 forks source link

Add `noInteraction` attribute to `HTMLComponent`, skip `noInteraction` elements in `inquirer_cli` #27

Closed jsyiek closed 3 weeks ago

jsyiek commented 3 weeks ago

Any use of config settings will insert a HiddenTextbox at the start of the HTMLComponents that identifies the plugin. This is because config is handled through an export in the CorePlugin and not natively in the front-end.

These are passed over by the Inquirer front-end, which means we need to force it to skip it when going backward. The code wasn't doing this.

Resolves bug found in https://github.com/jsyiek/AU2/pull/26