mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 15:24:16 +08:00
fix(texarea xml): rename placeholder to placeholder_text
This commit is contained in:
committed by
Felipe Neves
parent
6ff3cee50a
commit
3f4117270c
@@ -6,7 +6,7 @@ Example
|
||||
<widget>
|
||||
<api>
|
||||
<prop name="text" type="string" help=""/>
|
||||
<prop name="placeholder" type="string" help=""/>
|
||||
<prop name="placeholder_text" type="string" help=""/>
|
||||
<prop name="one_line" type="bool" help=""/>
|
||||
<prop name="password_mode" type="bool" help=""/>
|
||||
<prop name="password_show_time" type="int" help=""/>
|
||||
|
||||
Reference in New Issue
Block a user