You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The expected behavior of the "hint" attribute and its binding is not clearly defined.
Different bindings are in use and this means that the expected "hint" behavior is inconsistent.
Expected behavior
A consistent and defined expected behavior for "hint" and the appropriate binding to match the expected behavior.
The hint attribute on validated inputs of all types should act and behave with the same binding to avoid unexpected behavior, bugs, and regressions in projects utilizing weaver-ui-core.
Documentation of the expected bevavior should be also be provided to formalize the expected API behavior.
The text was updated successfully, but these errors were encountered:
The expected and intended design is unclear.
Revert the binding change so that another issue can be used to follow and address it in greater detail.
The issue created is: #237 .
Describe the bug
The expected behavior of the "hint" attribute and its binding is not clearly defined.
Different bindings are in use and this means that the expected "hint" behavior is inconsistent.
To Reproduce
Steps to reproduce the behavior:
hint
.Expected behavior
A consistent and defined expected behavior for "hint" and the appropriate binding to match the expected behavior.
The
hint
attribute on validated inputs of all types should act and behave with the same binding to avoid unexpected behavior, bugs, and regressions in projects utilizing weaver-ui-core.Documentation of the expected bevavior should be also be provided to formalize the expected API behavior.
The text was updated successfully, but these errors were encountered: