DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Add filters to the openFileDialog element #17

Closed DavidWood2001-zz closed 4 years ago

DavidWood2001-zz commented 4 years ago

The openFileDialog element needs the user to only be able to select .csv, .xlsx and .xlsm files. Use the filter property for this and check documentation online to make sure that the filter is correctly implemented.