i am having this ui problem wherein the calendar icon in icon is not on the right? its not pleasant to have its in the middle. is there a way where you dont have to edit in or specfically positioned it? you can just place it in the right side? thanks!
Hi ,
For me showing correct, which browser using ?
https://ramesh-subramanian.outsystemscloud.com/AS/Screen1?_ts=638531160466514276
Thanks,
Ramesh
am using edge sir
Fixed
Please add this css and find attached OML file.
thank you for this might try this
hello
To address the issue of positioning the calendar icon to the right in an input date type without manually editing the positioning, you can use CSS to ensure the icon is consistently placed on the right. Ensure your input date element has a specific class name so you can target it with CSS. For example, custom-date-input.
.custom-date-input {
position: relative;
width: 100%;
}
.custom-date-input::-webkit-calendar-picker-indicator {
position: absolute;
right: 10px;
color: transparent;
cursor: pointer;
i hope it's help
might try this thank you
I used an input widget with the input type as date. In this case, it works as per your expectationsMay I know which widget you are using in your task?
hi this is my input sir,
Hi @budang haba
If you are using InputWithIcon widget you can find option under properties to align icon. Try setting it to true to align right.
i tried but wont work
Hi budang haba ,
Please share me OML File.
here sir