Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
115 stars 12 forks source link

Rows are not working in FormBuilder #131

Closed nicholasveronico closed 3 months ago

nicholasveronico commented 3 months ago

Hi there!

I noticed an issue when updating versions that cause an NPE when adding form elements between FormBuilder#startRow() and FormBuilder#endRow().

I get the following error when running the test_form_dialog_with_rows method in the FormBuilderWithRowsTest class: https://hastebin.com/share/hilabaleho.php

I believe the issue started with introducing the return type FormBuilderElementTyped - though I'm not sure.

If you need any additional information or assistance, please let me know 😄