There is hard limit on oc-includes/osclass/frm/form.form.class.php
protected static function generic_select($name , $items , $fld_key , $fld_name , $default_item , $id, $limit = 2500) {
change that default limit to whatever you need.
New limit in Osclass 8.2.0 will be 4500 entries. Means if you do not want to always change this, make sure your regions has no more than 4000 cities.