Mercurial > p > roundup > code
comparison roundup/configuration.py @ 8314:7ff47307b4b1
issue2551398 - Browser number input
Disable use of native browser number inputs. There are issues
including use of comma decimal separators.
More extensive remditaion/granularity is needed for this so disable
but leave available for people to test with for now.
Also moved the implentation of native date type from fixed area to
feature area because of the issues with the native date popup and it
defaulting to off. This means it's not a bugfix for the various bugs
lodged against the roundup date picker component.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 17:59:32 -0400 |
| parents | b99e76e76496 |
| children | 94eed885e958 |
comparison
equal
deleted
inserted
replaced
| 8313:3614cd64f4c4 | 8314:7ff47307b4b1 |
|---|---|
| 1467 "browsers determine the date format from the language\n" | 1467 "browsers determine the date format from the language\n" |
| 1468 "setting (it is currently not possible to force the\n" | 1468 "setting (it is currently not possible to force the\n" |
| 1469 "international date format server-side) and some browsers\n" | 1469 "international date format server-side) and some browsers\n" |
| 1470 "ignore the date format set by the operating system, the\n" | 1470 "ignore the date format set by the operating system, the\n" |
| 1471 "default is 'no'."), | 1471 "default is 'no'."), |
| 1472 (BooleanOption, "use_browser_number_input", "yes", | 1472 (BooleanOption, "use_browser_number_input", "no", |
| 1473 "HTML input elements for Number properties: This determines\n" | 1473 "HTML input elements for Number properties: This determines\n" |
| 1474 "if we use the input type 'number' for Number (and Integer)\n" | 1474 "if we use the input type 'number' for Number (and Integer)\n" |
| 1475 "properties. If set to 'no' we use input type 'text'."), | 1475 "properties. If set to 'no' we use input type 'text'."), |
| 1476 )), | 1476 )), |
| 1477 ("rdbms", ( | 1477 ("rdbms", ( |
