cancel
Showing results for 
Search instead for 
Did you mean: 

how to add static value to list SELECT

former_member182645
Participant
0 Kudos

Hi i am extending FIORI apps in River IDE

Extending FIORI Leave request application and extend S1 View

Where i add Select

<Select id="Z_SelectField" >

</select>

I want to add two static value but unable to any example for it.

or how to add values to select

Accepted Solutions (1)

Accepted Solutions (1)

former_member182645
Participant
0 Kudos

like to add static values instead of /categories

former_member182645
Participant
0 Kudos

solved....

<Select

                            id="halfday">

                                <core:Item text="First Half" key="abc"></core:Item>

                                <core:Item text="Second Half" key="xyz"></core:Item>

                            </Select>

is this "<core:" we can use plane tag in core?

Answers (0)