In HTML, TextBox values need to fix with fixed decimal point, that is only for displaying. But inside that TextBox need to keep the original value with all decimal points.
Example in excel we have eg screenshot. Cell formatted with two decimal points. But that have original value inside without any data truncation(showing formula bar). Similar operation is possible with HTML TextBox?