LearnNewsExamplesServices
Frontmatter
id4315
titleform.field.Date : when setting "error" config value through change listener for date field does not show validation error message
stateClosed
labels
bugstale
assignees[]
createdAtApr 24, 2023, 12:38 PM
updatedAtSep 12, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/4315
authorGhost
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 12, 2024, 4:29 AM

form.field.Date : when setting "error" config value through change listener for date field does not show validation error message

Closed v8.1.0 bugstale
Ghost
Ghost commented on Apr 24, 2023, 12:38 PM

{module: DateField, clearable: false, required: true, reference: 'dateField1', listeners: { change: 'onDateChange' } },

Controller : onDateChange(data) { let date1 = me.getReference('dateField1'), date1.error = 'newErrorText' }

 The validation error text  'newErrorText' is not displayed
Ghost added the bug label on Apr 24, 2023, 12:38 PM