I have a component who's name I am using for tag binding indirection.
I started by making the name "1" and then duplicating that.
However, once I get to 10, it now wants to auto increment to "10 1" instead of "11" and then "11 1" instead of "12" .
Other component names, such as "Label" do not exhibit this behavior (i.e. "Label 10" +1 -> "Label 11" not "Label 10 1")
edit: once I have created and renamed the "10 1" component to "11", (sometimes) if I duplicate a single-digit component (9) I do get the next number (i.e. 12)