Preflight tab - Edit: CheckListEditor.cs updated the Add button and the Removal Button #3174
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update: a new method has been added for when adding a new preflight checklist item to the preflight checklist list. It works similarly to the reload method, however it only uses the last checklist item and does not loop through all the checklist items. This makes the load time quicker than before.
PlaceHolder text has been added into the newly added textboxes for the description and the value textboxes. This fixes the issue that was being experienced when adding a new preflight checklist item, the text was not updating and the groupbox was smaller than the normal size. Now the groupbox size is the correct size and the placeholder text displays until the user enters into the description/value textboxes. Two Enter event handlers have been added for the TXTtext and TXTdesc textboxes.