LibWeb: Hide input placeholder when input already has a value

This commit is contained in:
Bastiaan van der Plaat 2023-12-10 19:33:37 +01:00 committed by Andreas Kling
commit d025d207d9
Notes: sideshowbarker 2024-07-18 01:43:16 +09:00
6 changed files with 50 additions and 21 deletions

View file

@ -71,6 +71,7 @@ public:
void commit_pending_changes();
String placeholder() const;
Optional<DeprecatedString> placeholder_value() const;
bool checked() const { return m_checked; }