1103
Views
4
Comments
Solved
How to eliminate the default value(ZERO) in input box(Integer data type)?
Question

When am getting into the browser, after publishing.Am getting the default value as zero(Kindly, refer the attachment).

Is it possible to display INPUT BOX default value zero?


zero error.png
2017-07-05 22-17-18
Henrique Batista
Staff
Solution

Hi Rajkumar,

You need to set/remove the default value of the input, in your case 0.

Cheers

UserImage.jpg
RjK

Henrique Batista wrote:

Hi Rajkumar,

You need to set/remove the default value of the input, in your case 0.

Cheers

thank you Henrique its working fine.


2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Rajkumar,

you can also remove "0" value with help of Javascript.

2018-05-16 11-16-36
João Heleno
 
MVP

@Chandra

Yes, you can do everything with JavaScript but I believe it's better for @Rajkumar R to follow Henrique's suggestion.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.