I want to align the <input> fields vertically in same row and same panel.
Is there any way, that can help me to
<row depends="$field_show$">
<panel>
<input type="dropdown">
<label>----</label>
<choice value="true">true</choice>
<choice value="false">false</choice>
<default>false</default>
<initialValue>false</initialValue>
</input>
<input type="time" searchWhenChanged="true">
<label>Select time range</label>
<default>
<earliest>-0m</earliest>
<latest>+1d@h</latest>
</default>
<input type="dropdown">
<label>----</label>
<choice value="true">true</choice>
<choice value="false">false</choice>
<default>false</default>
<initialValue>false</initialValue>
</input>
<input type="time" searchWhenChanged="true">
<label>Select time range</label>
<default>
<earliest>-0m</earliest>
<latest>+1d@h</latest>
</default>
</panel>
</row>
Hii,
Did you get the answer for this problem. If yes, Could you please share that.