<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<control xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>InputListItem</name>
    <derived/>
    <author>SAP SE</author>
    <documentation>List item should be used for a label and an input field.</documentation>
    <baseType>sap.m/ListItemBase</baseType>
    <properties>
        <property name="label" type="sap.ui.core/string" group="Misc">
            <documentation>Label of the list item</documentation>
        </property>
        <property name="labelTextDirection" type="sap.ui.core/TextDirection" defaultValue="Inherit" group="Appearance" since="1.30.0">
            <documentation>This property specifies the label text directionality with enumerated options. By default, the label inherits text direction from the DOM.</documentation>
        </property>
    </properties>
    <aggregations default="content">
        <aggregation name="content" type="sap.ui.core/Control" cardinality="0..n" bindable="bindable">
            <documentation>Content controls can be added</documentation>
        </aggregation>
    </aggregations>
</control>
