This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Add default editor templates for all numeric types, including short, ushort, and double, etc. #2261
Closed
Description
Hi.
Please have a look at this post.
It addresses what the System.ComponentModel.DataAnnotations.DataType
attribute is here for.
Anyway, as per the closing note, only the following numeric types are supported:
type=number
int
byte
sbyte
uint
long
ulong
DataType enum
PhoneNumber (tel)
EmailAddress (email)
Url (url)
Date (date)
Time (time)
DateTime (datetime)
I'd like to ask you to please include short in the numeric category as well.