Installed /usr/local/lib/python3.7/dist-packages/pyasn1_modules-0.2.6-py3.7.egg
error: The 'pyasn1' distribution was not found and is required by service-identity
pip3.7 -V
pip 19.2.3 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
zip_safe flag not set; analyzing archive contents...
ниже логinput onInput={eventInputHandler}
// Либо ваш вариант console.log(n.toLocaleString('ru-Ru').concat(' км'));
eventInputHandler(e) => {
if(this.value.length > 3) {
let value = this.value.split('');
return this.value.substr(0, 3) + ' ' + this.value.substr(3) + 'км';
}
}