Hi.

I need use integer in CMDB.
I changed definition of computer item and add this:
{
        Key => 'RAM',
        Name => RAM (GB)',
        Input => {
            Type => 'Integer',
   },
    },

This make dropdown menu. But show only value 1. How can I add min and max value for integer?

Thanks in advanced.

Honza