Currently, the way you get or set the value of an editable widget depends on the widget. For consistency, these should all be called Value and SetValue respectively.
Currently, the way you get or set the value of an editable widget depends on the widget. For consistency, these should all be called Value and SetValue respectively.
sashakoshka
changed title from Inconsistent methods of getting/setting values to Inconsistent methods for getting/setting values2024-06-26 08:53:27 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently, the way you get or set the value of an editable widget depends on the widget. For consistency, these should all be called Value and SetValue respectively.
Inconsistent methods of getting/setting valuesto Inconsistent methods for getting/setting valuesAdditonally, editable inputs should have an OnEnter if possible, but that might not be the best name for it. Perhaps OnConfirm would be better.