Optimize view for large taxonomy
For projects that include a large number of labels, we have created a way to optimize the taxonomy display so that users can quickly find the label they are searching for.
To obtain the above display please use the following configuration:
<View>
<Filter name="fl" toName="label" hotkey="shift+f" minlength="1" />
<View style="
background:white;
height: 100px;
overflow-y:scroll;
resize:vertical;
position:sticky;
top:0;"
>
<Labels name="label" toName="text">
<Label value="Person" background="red"></Label>
<Label value="Organization" background="darkorange"></Label>
</Labels>
</View>
<View style="
resize:vertical;
margin-top:10px;
max-height:400px;
overflow-y:scroll;"
>
<Text name="text" value="$text"></Text>
</View>
</View>
PREVIOUSRelease Notes