We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug _insert_rows method broken in AutoObject
_insert_rows
AutoObject
I think this is because the rows attribute has been deprecated from the class.
rows
Expected behavior Expect to be able to inject UI components using this method. Or shall we deprecate this method?
The text was updated successfully, but these errors were encountered:
good spot - i think at some point a var name changed... now need to use di_boxes
di_boxes
ipyautoui/src/ipyautoui/autoobject.py
Line 353 in 877a537
Sorry, something went wrong.
No branches or pull requests
Describe the bug
_insert_rows
method broken inAutoObject
I think this is because the
rows
attribute has been deprecated from the class.Expected behavior
Expect to be able to inject UI components using this method. Or shall we deprecate this method?
The text was updated successfully, but these errors were encountered: