For instance, if the input is "1,23/456", the output should be "123456".
When "1,23/456" is entered into the input field and "enter" is pressed, it should automatically convert to "123456".
<input id="Id" ng-model="Id" name="searchInput" type="text">