hi i wanna to make a numeric text feild wich accept only number as input data.and alphabets cant enter in that field plz let me know..i will very thankfull my code of text field is as
Column {
spacing: 4
TextField {
id: cellNoField
maximumLength :15
x:3
width: 345
placeholderText: "Cell No"
}
}

Reply With Quote

