Skip to content
#

single-page-app

Here are 1,525 public repositories matching this topic...

wdjunaidi
wdjunaidi commented Jun 9, 2021

Is your feature request related to a problem? Please describe.
SelectArrayInput sometime shows a narrow drop-down which squeeze the label on initial render. Current implementation only adjust the size of the Select based on selection items width on opening up the Select component.

Currently it pass own its own labelWidth prop to the Select component.

**Describe the solution you'

kesselb
kesselb commented Jun 14, 2021

https://github.com/nextcloud/mail/blob/f06d67a43bebb1873de0ef809655678a87f3cef3/lib/Service/AutoConfig/IspDbConfigurationDetector.php#L90-L94

If IspDbConfigurationDetector.detectImapAndSmtp is called with an email without an @ $host might be null.

Undefined offset: 1
Argument 1 passed to OCA\\Mail\\Service\\AutoConfig\\IspDb::query() must be of the type string, null given

Mail

Improve this page

Add a description, image, and links to the single-page-app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the single-page-app topic, visit your repo's landing page and select "manage topics."

Learn more