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
I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
(v6)
When the presentation property of an ion-datetime is set to "time" only. There's still a "Time" label appended to the front of the picker component. There should be a way to remove the label.
Describe the Use Case
On my app I have a few forms that require multiple time input fields, e.g. Begin and End fields. Using the ion-datetime with presentation set to "time" only, I want to be able to delete the label all together (to allow for inserting my own label beside the component).
Describe Preferred Solution
Allow for a timeLabel prop which is true or false by default.
Would also be nice if we can just customize the label, where if it's left blank that there is no label, but null is set to the default label.
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prequisites
Describe the Feature Request
(v6)
When the
presentation
property of anion-datetime
is set to"time"
only. There's still a "Time" label appended to the front of the picker component. There should be a way to remove the label.Describe the Use Case
On my app I have a few forms that require multiple time input fields, e.g. Begin and End fields. Using the
ion-datetime
with presentation set to "time" only, I want to be able to delete the label all together (to allow for inserting my own label beside the component).Describe Preferred Solution
timeLabel
prop which is true or false by default.Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: