Hi Ionic team,
I want to remove these two little buttons from my desktop applications.

This is not an issue related to the Ionic framework, but you can remove them by using the following CSS snippet:
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
As this issue is not related to the Ionic framework, kindly close this issue.
Ah sorry to posting on the wrong channel. But your solution worked.
Thanks
Cheers
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.
Most helpful comment
This is not an issue related to the Ionic framework, but you can remove them by using the following CSS snippet:
As this issue is not related to the Ionic framework, kindly close this issue.