LearnNewsExamplesServices
Frontmatter
id4887
titleform.field.Date: hide the default trigger in Firefox > v109
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 11, 2023, 6:28 PM
updatedAtSep 11, 2023, 6:29 PM
githubUrlhttps://github.com/neomjs/neo/issues/4887
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 11, 2023, 6:29 PM

form.field.Date: hide the default trigger in Firefox > v109

Closed v8.1.0 enhancement
tobiu
tobiu commented on Sep 11, 2023, 6:28 PM

before this version, it was easily doable...

tobiu added the enhancement label on Sep 11, 2023, 6:28 PM
tobiu assigned to @tobiu on Sep 11, 2023, 6:28 PM
tobiu referenced in commit c9f4412 - "form.field.Date: hide the default trigger in Firefox > v109 #4887" on Sep 11, 2023, 6:28 PM
tobiu
tobiu Sep 11, 2023, 6:29 PM

the "least worst" hack i can think of:

@-moz-document url-prefix() {
    .neo-datefield {
        .neo-textfield-input {
            clip-path: inset(0 2em 0 0);
        }
    }
}
Screenshot 2023-09-11 at 18 29 23
tobiu closed this issue on Sep 11, 2023, 6:29 PM
tobiu referenced in commit 8d61de0 - "v6.4.2 (#4888) on Sep 11, 2023, 6:35 PM