Added support for numbers with digits after decimal in spinbox and slider. Plus also added code to not to create vector widget for vector if there is an element other than a number in the string.
Also faced and solved problem of counting the number of digits after the decimal to set the precision which was the most time consuming task.