Falko Schindler
|
ec9e3bcf5d
fix min and max setter for ui.number (fixes #2950)
|
1 年之前 |
Falko Schindler
|
ee14497b1e
update ui.number after changing its limits (#2753)
|
1 年之前 |
Falko Schindler
|
3482a7ac17
add some documentation
|
1 年之前 |
Falko Schindler
|
8d91ca3617
preserve integer representation in `ui.number` (fixes #2454)
|
1 年之前 |
Falko Schindler
|
fdd930815e
code review, refactoring, documentation
|
1 年之前 |
iron3oxide
|
77fd46858c
fix: Correct type hint of validation parameter
|
1 年之前 |
Falko Schindler
|
7ec8b5e6d5
don't replace empty validation dicts with new instances (#2235)
|
1 年之前 |
Falko Schindler
|
17cba3cae3
code review
|
1 年之前 |
Mathias G
|
db2743a1d8
Default validation bug fixed
|
1 年之前 |
Falko Schindler
|
fb60c955aa
rename "digits" to "precision"
|
1 年之前 |
Falko Schindler
|
472e2a01f0
replace `integer` with `digits` parameter
|
1 年之前 |
Falko Schindler
|
85d81a29e7
Merge branch 'main' into patch-1
|
1 年之前 |
Falko Schindler
|
af816880fd
preserve value None during number sanitization (fixes #1765)
|
1 年之前 |
Falko Schindler
|
4e38d67a5d
add pytest; refactor integer conversions
|
1 年之前 |
Falko Schindler
|
1ec7149da9
code review
|
1 年之前 |
groucho86
|
c26333a71a
New integer argument
|
1 年之前 |
Falko Schindler
|
2e57811a49
improve docstrings, add Quasar references
|
1 年之前 |
Falko Schindler
|
3b3aed247f
#1518 change type of GenericEventArguments.args to Any
|
1 年之前 |
Falko Schindler
|
f116523c7e
more pylint
|
1 年之前 |
Falko Schindler
|
a001cab51c
#1479: fix early exit for empty number input
|
1 年之前 |
Falko Schindler
|
a55a452a1c
fix some more mypy issues
|
1 年之前 |
Falko Schindler
|
b76e980457
filter some more event args
|
1 年之前 |
Falko Schindler
|
9e9deda25d
fix some more event arguments
|
1 年之前 |
Falko Schindler
|
9ae5d5f8c4
replace msg['args'] with e.args
|
1 年之前 |
Falko Schindler
|
20a8ad660c
introduce min, max and out_of_limits for ui.number
|
1 年之前 |
Falko Schindler
|
1a1e78ce8a
fix docstrings; improve their consistency
|
1 年之前 |
Falko Schindler
|
9042cc0570
refactor input validation into a mixin
|
1 年之前 |
Falko Schindler
|
d6ee01d83e
#722 specify type annotation for callables
|
2 年之前 |
Falko Schindler
|
53a573a8df
fix on_change parameter description
|
2 年之前 |
Falko Schindler
|
075648a2bf
preserve the float datatype when sanitizing numbers
|
2 年之前 |