how to disable `x` clear icon when editing in NumberbBox
See original GitHub issueDescribe the bug
winui3gallery://item/NumberBox
i do not need this X

Steps to reproduce the bug
No property to disable this
Expected behavior
we could be able to show or hide
Screenshots
No response
NuGet package version
No response
Windows app type
- UWP
- Win32
Device form factor
Desktop
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to Remove “X” icon from search input field or ...
The Solution to Remove this X icon: /* clears the 'X' from Internet Explorer */ input[type=search]::-ms-clear { display: none; width : 0; height:...
Read more >css - react-select: Overwrite default styles and remove the ...
To remove 'x' set the isClearable props to false . <Select searchable isClearable={false} name="form-field-name" options={options} value={ ...
Read more >Remove the X from Internet Explorer and Chrome input type ...
When you have a some input with type="search", typing some content will display an X to allow you to clear the content of...
Read more >Remove the Search Input Clear(x) Icon
Remove the Search Input Clear(x) Icon ... I found a UI element not useful: the x (clear) icon in <input type="search" /> elements....
Read more >How to change the "cancel(erase)" X icon in the Guide ...
Hi, I would like to know if anyone knows how to specifically change or style the "X" icon that clears the Search Input...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can use the NumerBoxEx NuGet package that has these DependencyProperties. Check it out.
IsDeleteButtonVisibleNumberHorizontalAlignmentDisclamer: I’m the maintainer of the NuGet package.
no