# Number entry field not mandatory?

**URL:** https://community.glideapps.com/t/number-entry-field-not-mandatory/55611
**Category:** Ask for Help
**Created:** [December 9, 2022, 10:38pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611 "2022-12-09T22:38:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jcmaad](https://avatars.discourse-cdn.com/v4/letter/j/ba8739/32.png) [@jcmaad](https://community.glideapps.com/u/jcmaad)
#### Post date: [December 9, 2022, 10:38pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611/1 "2022-12-09T22:38:01Z")

</div>

Choice element has Mandatory option, but Number entry doesn’t. Is that by design or did something wrong?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 9, 2022, 10:39pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611/2 "2022-12-09T22:39:42Z")

</div>

It can only be made mandatory if it’s on a form or edit screen.

---

<div class="post-metadata">

### Author: ![jcmaad](https://avatars.discourse-cdn.com/v4/letter/j/ba8739/32.png) [@jcmaad](https://community.glideapps.com/u/jcmaad)
#### Post date: [December 11, 2022, 6:16pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611/3 "2022-12-11T18:16:45Z")

</div>

But both choice and number entry are on the same page

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 11, 2022, 6:25pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611/4 "2022-12-11T18:25:57Z")

</div>

Choice is different. Making a choice component mandatory means that once you select a choice, you can never unselect it, or select blank. If it’s not mandatory, then you have the option to unselect a choice. Other entry components in a detail screen can simply be cleared if you don’t want to have a value.

There essentially is no concept of mandatory entry or not when you on are a detail screen, because you are editing an existing row in real time (meaning as you type, you are making changes to the data in the table). This is different from an Add, Edit, or Form screen where you are required to click on a submit button to save the values.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 11, 2022, 7:15pm UTC](https://community.glideapps.com/t/number-entry-field-not-mandatory/55611/5 "2022-12-11T19:15:29Z")

</div>

What @Jeff_Hager said 👆
