mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Handle immutable state for HTMLInputElement pickers
Which should not be shown if the element is not mutable.
This commit is contained in:
committed by
Andreas Kling
parent
7167d6a1c8
commit
5b8be3a08d
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/5b8be3a08d Pull-request: https://github.com/SerenityOS/serenity/pull/20909
@@ -81,6 +81,8 @@ public:
|
||||
bool indeterminate() const { return m_indeterminate; }
|
||||
void set_indeterminate(bool);
|
||||
|
||||
bool is_mutable() const { return m_is_mutable; }
|
||||
|
||||
void did_edit_text_node(Badge<BrowsingContext>);
|
||||
|
||||
JS::GCPtr<FileAPI::FileList> files();
|
||||
|
||||
Reference in New Issue
Block a user