Add check before inserting values in the LWWMap
When adding an integer/double value in the LWWMap, if the input value field is blank or if it doesn't contain a number, it will add an empty string '' in the map. And it will generate an error when we will use the iterator to render the LWWMap.
The root of the problem: c-crdtlib#103