Skip to content

Commit

Permalink
Add closeOnClickOutside documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 8, 2019
1 parent 71fffa0 commit 5db21f9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
<td>4</td>
<td>How many domain suggestions should displayed.</td>
</tr>
<tr>
<td>closeOnClickOutside</td>
<td>Boolean</td>
<td>False</td>
<td>true</td>
<td>Hide the suggestion list if you click outside the list.</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -95,13 +102,7 @@ export default {
"yahoo.com",
"yahoo.in"
],
defaultDomains: [
"gmail.com",
"hotmail.com",
"msn.com",
"outlook.com",
"yahoo.com"
]
defaultDomains: ["gmail.com", "hotmail.com", "msn.com", "outlook.com", "yahoo.com"]
};
}
};
Expand Down

0 comments on commit 5db21f9

Please sign in to comment.