Senior citizens can file Form 15H to prevent banks, post office etc from deducting tax at source on the interests payable on their money if their estimated taxable income for the financial year is less than the basic exemption limit. Senior citizens have been exempted from the condition of tot...
Description close #4625 Type of change Please delete options that are not relevant. Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality...
'py-2 px-3 text-gray-600 bg-white text-left rtl:text-right', fakeInput: 'bg-transparent absolute left-0 right-0 -bottom-px w-full h-px border-0 p-0 appearance-none outline-none text-transparent', assist: 'absolute -m-px w-px h-px overflow-hidden', spacer: 'h-9 py-px box-...
render: (h, params) => { return [<div>4545</div>]; }, }, { prop: "f1", label: "评测预算费(元)", placeholder: "请输5入金额", type: "number", formatter: (value) => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ","), parser: (value) => `${value}`.replace...
curl'http://192.168.11.88:8080/r_server_manager/api/open/user/vo'-H'Proxy-Connection: keep-alive'-H'Pragma: no-cache'-H'Cache-Control: no-cache'-H'Accept: application/json, text/plain, */*'-H'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML...
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42...
question:Should we also removeusa-rangeandusa-selectfor uniformity? Dec 2, 2024• edited thought:This might make it harder to customize entire forms. Currently, settingmax-width: nonehere allows the inputs to match the max width of the form element. Removing this means the form and inputs...
2 changes: 1 addition & 1 deletion 2 packages/amis-editor-core/scss/control/_event-action.scss Original file line numberDiff line numberDiff line change @@ -382,7 +382,7 @@ } .action-desc { margin-left: 16px; color: var(--Form-item-fontColor); color: var(--Form-item-color);...
import './styles/index.scss' MakingForm.install = function (Vue) { const loadLang = function (Vue, lang, locale, i18n) { if (locale) { locale('en-US', {...locale('en-US'), ...enUS}) locale('zh-CN', {...locale('zh-CN'), ...zhCN}) Vue.config.lang = lang } else if...
🎫 Ticket LG-14754 🛠 Summary of changes Updates the behavior of submit buttons to avoid disabling the button using disabled attribute, instead using a combination of aria-disabled and event handlers...