Leaf list creation

Hi,

we have leaf list inside list.
while testing we observed that no “create” call back is called, only set_elem.

Do we suppose to get “create” for the leaf list?
Is there a way to receive it?

thanks
Inbal

See for example:

1 Like

Agree with Conny’s response.
The linked example was written with regard to config false data provider, but the root idea stays the same:
leaf-list is single instance entity, and get-elem()/set-elem() callbacks apply - showing/setting all it’s contents at once. It does not have/need any relation to the get-next()/create() callbacks

1 Like