-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Add "Required" property and inline action slot calcite input labels #5079
Comments
@benelan @jcfranco - noted as high priority. Mitch has available cycles to help with design if needed. From design standpoint - would need to figure out how to display this / position the slot amongst other unnamed content slotted in label - the inline / inline-space-between layouts would need to be considered. It is achievable currently: https://codepen.io/mac_and_cheese/pen/LYddREp?editors=1000 But the label's click handler focuses the child control when clicking on the slotted actions - maybe an opt-out class consumers could use to exclude slotted elements like actions as shown above could be an interim fix / helper? |
Hi All Any update on this issue , we are looking to use this for showing analysis help for parameters. Can we have it for Online release 10.3? |
Adding the slot will require a major refactor, and will be prioritized after next month's release. cc: @ashetland, @Elijbet Once prioritized the effort should be coupled with #2793 and #4155. |
Design consideration here must include the inline and inline space between layout types of label. |
Is there a need for a slot at both start and end positions as noted in issue #4155 (pictured below), or are we looking for just an end slot shown in the above examples? |
Follow-up includes:
|
Blocked by the efforts of a built-in label across form components via #8572, targeted in the January milestone. |
Description
We need a better way to indicate to users when fields are required in order to run an analysis tool.
We also need the ability to let users show parameter-specific help. Both of these needs could be met by enhancing the calcite label component to have the following:
Acceptance Criteria
Required property:
Action slot:
Relevant Info
This enhancement is needed for the Analysis "min ship", which is slated for the 10.3 online release.
Which Component
Calcite Label for
Example Use Case
No response
The text was updated successfully, but these errors were encountered: