Skip to content

Commit

Permalink
fix: LEAP-447: Fix Number tag validation (#5220)
Browse files Browse the repository at this point in the history
* [submodules] Build static HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7294303384

* docs: LSF Update

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7294303384

* [submodules] Build static HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7294397312

* [submodules] Build static HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7294835330

* [submodules] Build static HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7335742124

* [submodules] Build static HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7336216580

* [frontend] Get build lsf

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7719786505

---------

Co-authored-by: Sergey <[email protected]>
Co-authored-by: Sergey <[email protected]>
Co-authored-by: Gondragos <[email protected]>
  • Loading branch information
4 people authored Jan 31, 2024
1 parent 78f0925 commit 4be3f82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/tags/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use with the following data types: audio, image, HTML, paragraphs, text, time se
| [step] | <code>number</code> | <code>1</code> | Step for value increment/decrement |
| [defaultValue] | <code>number</code> | | Default number value; will be added automatically to result for required fields |
| [hotkey] | <code>string</code> | | Hotkey for increasing number value |
| [required] | <code>boolean</code> | <code>false</code> | Whether to require number validation |
| [required] | <code>boolean</code> | <code>false</code> | Whether number is required or not |
| [requiredMessage] | <code>string</code> | | Message to show if validation fails |
| [perRegion] | <code>boolean</code> | | Use this tag to classify specific regions instead of the whole object |
| [perItem] | <code>boolean</code> | | Use this tag to classify specific items inside the object instead of the whole object[^1] |
Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "fix: LEAP-240: Prevent creating region on clicking outside selected one (#1667)",
"commit": "923c09cbbd8c03468e0c45445086f0e817d99f0c",
"message": "fix: LEAP-447: Fix Number tag validation (#1649)",
"commit": "524aa7db9517fb509cad0fa1146235577033b201",
"branch": "master",
"date": "2024-01-29T16:56:03Z"
"date": "2024-01-30T23:47:06Z"
}

0 comments on commit 4be3f82

Please sign in to comment.