Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 379 Bytes

troubleshooting.md

File metadata and controls

11 lines (6 loc) · 379 Bytes

Troubleshooting

Problem

Rendering lots of options is slow.

Solution

If your select box only uses primitive values, you do not need to use <sb.Option>, instead you can use a plain old <option> element (Example). Which will be faster, because constructing components is expensive in Ember.