diff --git a/Dockerfile b/Dockerfile index 457470cf..80847ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:stable-alpine -COPY ./storybook-static /usr/share/nginx/html \ No newline at end of file +FROM nginxinc/nginx-unprivileged:1.20.0-alpine +COPY ./storybook-static /usr/share/nginx/html \ No newline at end of file diff --git a/package.json b/package.json index cf2e363a..3a8075e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.27", + "version": "1.0.28", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/components/Input/SFloatInput/SFloatInput.vue b/src/components/Input/SFloatInput/SFloatInput.vue index 88942c90..a7202b04 100644 --- a/src/components/Input/SFloatInput/SFloatInput.vue +++ b/src/components/Input/SFloatInput/SFloatInput.vue @@ -172,6 +172,7 @@ export default class SFloatInput extends Vue { // Add prefix zero if needed if (formatted.indexOf(DEFAULT_DECIMAL_DELIMITER) === 0) { formatted = '0' + formatted + this.charsCountBeforeSelection++ } // Avoid several decimal delimiters