roggervalf / react-seat-picker

React component to pick a seat
MIT License
28 stars 16 forks source link

"alpha" row enumeration does not work if you have more than 26 rows #83

Open grpair opened 1 year ago

grpair commented 1 year ago

String.fromCharCode("A".charCodeAt(0) + index) begins to return characters not letters after 26 rows.

image